tweak: M90 instead riot shotguns in ERT armory (#6062) #16602
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: 'Merge Conflict Detection' | |
on: | |
push: | |
branches: | |
- master220 | |
pull_request_target: | |
types: [ready_for_review, opened, synchronize, reopened] | |
jobs: | |
triage: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: eps1lon/[email protected] | |
with: | |
dirtyLabel: 'Merge Conflict' | |
repoToken: ${{ secrets.GITHUB_TOKEN }} |