Below you will find pages that utilize the taxonomy term “Nicklegan”
August 29, 2026
GitHub backport
Version updated for https://github.com/nicklegan/backport to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action cherry-picks pull requests onto long-running backport branches and gates the original pull request and its backports with bidirectional checks. It allows users to specify allowed backport branches and gate check names, and provides options for cherry-picking behavior and label management. The action is useful for maintaining multiple stable release branches while ensuring that changes are backported correctly.
August 26, 2026
github-backport
Version updated for https://github.com/nicklegan/backport to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action “backport” automates the process of cherry-picking pull requests onto long-running backport branches and ensures that both the original pull request and its backports are merge-ready. It helps maintain stability by ensuring that all changes in the original PR are also included in the backported branches.