[actions] Fix automerge actions don't work issue. (#11671)
This commit is contained in:
parent
ffd9e190e1
commit
9b952945ca
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: automerge
|
- name: automerge
|
||||||
uses: 'pascalgn/automerge-action@v0.13.1'
|
uses: 'pascalgn/automerge-action@v0.13.1'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
GITHUB_TOKEN: '${{ secrets.TOKEN }}'
|
||||||
MERGE_LABELS: 'automerge'
|
MERGE_LABELS: 'automerge'
|
||||||
MERGE_METHOD: 'squash'
|
MERGE_METHOD: 'squash'
|
||||||
MERGE_FILTER_AUTHOR: 'mssonicbld'
|
MERGE_FILTER_AUTHOR: 'mssonicbld'
|
||||||
|
Loading…
Reference in New Issue
Block a user