actions: conflict: update version
Use released version instead of master. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e50cbdb9f8
commit
5da807d57d
2
.github/workflows/conflict.yml
vendored
2
.github/workflows/conflict.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
conflict:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
- uses: mschilde/auto-label-merge-conflicts@v2
|
||||
with:
|
||||
CONFLICT_LABEL_NAME: "has conflicts"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue