Skip to content

Commit 860c70a

Browse files
authored
Merge pull request #408 from wazuh/bug/wqa2229-add-admin-privilege-bumper
Add an admin flag to the repository bumper workflow merge action
2 parents 6cdf639 + f11487b commit 860c70a

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)