We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c746ce6 commit 16876cfCopy full SHA for 16876cf
.github/workflows/automerge.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: automerge
25
uses: 'pascalgn/automerge-action@f81beb99aef41bb55ad072857d43073fba833a98'
26
env:
27
- GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
+ GITHUB_TOKEN: '${{ secrets.AUTOMERGE_TOKEN }}'
28
MERGE_LABELS: 'automerge,!work in progress'
29
MERGE_REMOVE_LABELS: 'automerge'
30
MERGE_METHOD: 'rebase'
0 commit comments