chore(tools): Add GitHub Action to label merge conflicts (#39317)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
11
.github/workflows/label_merge_conflicts.yml
vendored
Normal file
11
.github/workflows/label_merge_conflicts.yml
vendored
Normal file
@ -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 }}
|
Reference in New Issue
Block a user