diff --git a/.github/workflows/label_merge_conflicts.yml b/.github/workflows/label_merge_conflicts.yml new file mode 100644 index 0000000000..7163181876 --- /dev/null +++ b/.github/workflows/label_merge_conflicts.yml @@ -0,0 +1,11 @@ +name: 'Check for merge conflicts' +on: + push +jobs: + triage: + runs-on: ubuntu-18.04 + steps: + - uses: mschilde/auto-label-merge-conflicts@master + with: + CONFLICT_LABEL_NAME: 'status: merge conflict' + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}