nick-v-l/Backport
Backport pull request to a specified branch based on labels, comments or custom input.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permissions to create pull requests. | no | ${{ github.token }} |
| detection-method | Method to detect target branches for backporting (e.g., 'label', 'comment', 'custom'). | no | label |
| input-pattern | Regex pattern to match input values for backporting branches. Supports semantic version branches with optional prefix or postfix. | no | ^.*v?\d+\.\d+\.x$ |
| input-prefix | Prefix for input values. | no | — |
| custom-input | Custom input for backporting branches. | no | — |
Outputs
no outputs