mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 06:11:57 +00:00
fix: added admin privilege to PR merge
This commit is contained in:
committed by
GitHub
parent
8edaa8ba9c
commit
056300b59d
2
.github/workflows/4_bumper_repository.yml
vendored
2
.github/workflows/4_bumper_repository.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
- name: Merge pull request
|
- name: Merge pull request
|
||||||
run: |
|
run: |
|
||||||
# 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)
|
# 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)
|
||||||
gh pr merge "${{ steps.create_pr.outputs.pull_request_url }}" --merge
|
gh pr merge "${{ steps.create_pr.outputs.pull_request_url }}" --merge --admin
|
||||||
|
|
||||||
- name: Show logs
|
- name: Show logs
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user