Bump INT_MAX_PERL to version 5038000 #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: detect-conflicts | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
conflicts: | |
runs-on: ubuntu-latest | |
if: ( github.event.pull_request.head.repo.full_name == 'Dual-Life/Devel-PPPort' || github.repository == 'Dual-Life/Devel-PPPort' ) | |
steps: | |
- uses: mschilde/auto-label-merge-conflicts@master | |
with: | |
CONFLICT_LABEL_NAME: "hasConflicts" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |