Skip to content

Commit

Permalink
conflicts.yml - fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalFaceLesS committed Aug 3, 2024
1 parent 80faa01 commit 4404ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: mschilde/auto-label-merge-conflicts@2e8fcc76c6430272ec8bb64fb74ec1592156aa6a
with:
CONFLICT_LABEL_NAME: 'Merge Conflict'
CONFLICT_LABEL_NAME: '_🚨_ Conflicts! _🚨_'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WAIT_MS: 10000

0 comments on commit 4404ea2

Please sign in to comment.