Commit 83f76ac
ci: Fix bump-api-schema workflow to merge PRs immediately (#16827)
## DESCRIBE YOUR PR
The `bump-api-schema-sha.yml` workflow creates PRs with `--auto` merge,
but checks never pass — causing a pile-up of open "Bump API schema" PRs.
Since getsentry bot has been added to bypass PR requirements, we can use
`--admin` to merge immediately.
Changes:
- Add no-op guard after `sed` to skip when the SHA is unchanged
(prevents duplicate PRs)
- Switch `gh pr merge --squash --auto` → `gh pr merge --squash --admin`
(bypass branch protections, merge immediately)
## IS YOUR CHANGE URGENT?
- [ ] Urgent deadline (GA date, etc.):
- [ ] Other deadline:
- [x] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
- [x] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4c7932e commit 83f76ac
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
49 | | - | |
| 54 | + | |
0 commit comments