You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): replace auto backport sync with /update-backports command (#2899)
## Summary
- Removes the automatic `pull_request: synchronize` trigger from the
backport workflow, which was failing on every fork PR due to missing
secrets
- Adds a new `/update-backports` comment command that maintainers can
use to explicitly sync backport PRs with the source PR
- The update job reacts to the comment, finds linked backport PRs,
re-cherry-picks commits, and posts a summary comment with results
## Test plan
- [ ] Push a commit to a fork PR — the "Update backport PRs" job should
no longer appear
- [ ] Comment `/backport <branch>` on a PR — the "Create backport" job
should still work as before
- [ ] Comment `/update-backports` on a PR with existing backport PRs —
they should be re-synced
- [ ] Comment `/update-backports` on a PR with no backport PRs — should
get an informational comment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments