Skip to content

πŸ”„ Backport ​

Backporting propagates a merged PR to another branch automatically. Add a backport:<branch> label to the PR after merging β€” GitHub Actions opens the backport PR for you.

backport:staging     β†’ opens a PR against staging
backport:production  β†’ opens a PR against production

Multiple labels = multiple backport PRs.

NOTE

Backport PRs are created with GITHUB_TOKEN, so CI workflows won't re-trigger on them. Re-run CI manually if needed.