Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/sync-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ jobs:
sleep 15
done
gh pr checks "$pr" -R "$GITHUB_REPOSITORY" --watch --fail-fast --interval 30
gh pr merge "$pr" -R "$GITHUB_REPOSITORY" --squash --delete-branch
# --admin bypasses the "require status check" base-branch policy on the
# immediate merge. Safe here: checks are already confirmed green above, and
# the bot token (admin) only ever merges this one bot-generated sync PR.
gh pr merge "$pr" -R "$GITHUB_REPOSITORY" --squash --delete-branch --admin
Loading