Skip to content

Commit f11487b

Browse files
authored
fix: added admin privilege to PR merge
1 parent 6cdf639 commit f11487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/4_bumper_repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Merge pull request
119119
run: |
120120
# Any checks for the PR are bypassed since the branch is expected to be functional (i.e. the bump process does not introduce any bugs)
121-
gh pr merge "${{ steps.create_pr.outputs.pull_request_url }}" --merge
121+
gh pr merge "${{ steps.create_pr.outputs.pull_request_url }}" --merge --admin
122122
123123
- name: Show logs
124124
run: |

0 commit comments

Comments
 (0)