actions: mark pull requests with conflicts
This action will go over pull requests after something was pushed to the tree and marks pull requests with conflicts. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
849a5432df
commit
9c65a17743
1 changed files with 12 additions and 0 deletions
12
.github/workflows/conflict.yml
vendored
Normal file
12
.github/workflows/conflict.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
with:
|
||||
CONFLICT_LABEL_NAME: "has conflicts"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue