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 07a5866 commit 5233c88Copy full SHA for 5233c88
1 file changed
.github/workflows/auto-merge-pr.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Auto-merge
28
if: steps.check_title.outputs.match == 'true'
29
env:
30
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.BOT_TOKEN }}
31
run: |
32
gh pr merge "${{ github.event.pull_request.html_url }}" --merge --auto
0 commit comments