Skip to content

Commit 5a47d2f

Browse files
authored
Update release.yml
1 parent 94ebbbb commit 5a47d2f

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
@@ -75,6 +75,6 @@ jobs:
7575

7676
- name: Enable Pull Request Automerge
7777
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
78-
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
78+
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin
7979
env:
8080
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)