Skip to content

Commit

Permalink
[actions] Fix automerge actions don't work issue. (#11671)
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa authored Aug 10, 2022
1 parent ffd9e19 commit 9b95294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: automerge
uses: 'pascalgn/automerge-action@v0.13.1'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.TOKEN }}'
MERGE_LABELS: 'automerge'
MERGE_METHOD: 'squash'
MERGE_FILTER_AUTHOR: 'mssonicbld'
Expand Down

0 comments on commit 9b95294

Please sign in to comment.