Merge pull request #1895 from wazuh/enhancement/1892-bumper-main

Bumper propagation to main
This commit is contained in:
Gonzalo Acuña
2025-06-19 11:44:56 -03:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ jobs:
- name: Merge pull request
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)
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
run: |