This commit is contained in:
Michel Roegl-Brunner
2025-10-07 12:36:39 +02:00
parent f055be1f4a
commit bcdae46867

View File

@@ -83,7 +83,6 @@ jobs:
git config --global user.email "github-actions-automege[bot]@users.noreply.github.com" git config --global user.email "github-actions-automege[bot]@users.noreply.github.com"
PR_NUMBER="${{ steps.pr.outputs.pr_number }}" PR_NUMBER="${{ steps.pr.outputs.pr_number }}"
if [ -n "$PR_NUMBER" ]; then if [ -n "$PR_NUMBER" ]; then
gh pr review "$PR_NUMBER" --approve
gh pr merge "$PR_NUMBER" --squash --admin gh pr merge "$PR_NUMBER" --squash --admin
fi fi