Skip to content

Commit 2b3b194

Browse files
authored
Update release.yml
1 parent a388543 commit 2b3b194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
- name: Enable Pull Request Automerge
6767
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
68-
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
68+
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin
6969
env:
7070
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)