π 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 productionMultiple 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.
Related β
- Hotfixes β the main place this is used
- Pull requests