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.
2 parents 6cdf639 + f11487b commit 860c70aCopy full SHA for 860c70a
.github/workflows/4_bumper_repository.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Merge pull request
119
run: |
120
# 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
+ gh pr merge "${{ steps.create_pr.outputs.pull_request_url }}" --merge --admin
122
123
- name: Show logs
124
0 commit comments