Skip to content

Commit

Permalink
Create conflicts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka committed Oct 17, 2023
1 parent 32dbebd commit b27ac20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conflicts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Check for merge conflicts'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@v2.0
with:
CONFLICT_LABEL_NAME: "Has Conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b27ac20

Please sign in to comment.