Update .github/workflows/conflict_labeler.yml
This commit is contained in:
parent
efe3c15e46
commit
ea050dd213
|
@ -20,4 +20,5 @@ jobs:
|
||||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target'}}
|
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target'}}
|
||||||
with:
|
with:
|
||||||
dirtyLabel: 'merge-conflict'
|
dirtyLabel: 'merge-conflict'
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Reference in New Issue