-
Notifications
You must be signed in to change notification settings - Fork 1
Module ‐ Backport
Stéphane Brunner edited this page Jun 4, 2025
·
2 revisions
Module used to manage the backport of a pull request to another branch.
This module automates the process of backporting pull requests to stabilization or other branches. It:
-
Label Management: Updates labels on pull requests based on the
SECURITY.mdfile. -
Workflow Validation: Fails workflows if the
BACKPORT_TODOfile exists, ensuring that unresolved backport tasks are addressed. - Backport Pull Request Creation: Automatically creates backport pull requests to specified branches.
You can configure the backport module using the .github/ghci.yaml file or a similar configuration file. Example options include:
- Ensure the
SECURITY.mdfile is up-to-date to accurately reflect stabilization branches. - Use the
BACKPORT_TODOfile to track unresolved backport tasks. - Regularly review backport pull requests to ensure they meet project standards.