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 7e2ca89 commit 61d0d89Copy full SHA for 61d0d89
.github/workflows/auto-merge.yml
@@ -10,7 +10,7 @@ jobs:
10
- run: |
11
set -x
12
gh pr review --approve --repo "$GITHUB_REPOSITORY" "$PR"
13
- gh pr merge --auto --repo "$GITHUB_REPOSITORY" "$PR"
+ gh pr merge --auto --merge --repo "$GITHUB_REPOSITORY" "$PR"
14
env:
15
PR: ${{ github.event.number }}
16
GH_TOKEN: ${{ github.token }}
0 commit comments