actions-marketplace-validations/backports-gitflow-action
A GitHub Action that automatically creates and merges pull requests between specified branches..
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The `GITHUB_TOKEN` secret. | yes | — |
| release | The `release` branch. | no | release |
| dev | The `dev` branch. | no | dev |
| master | The `master` branch. | no | master |
| label | The pull request label. | no | gitflow |
| auto-merge | If `true`, will try to automatically merge pull requests. Can also be set to `pull_request_review`, `check_run`, `push`, or a comma-separated combination of these values to only merge when handling the named events. | — | true |
| require-merge | If an attempted merge fails, the action is considered to have failed. | — | false |
Outputs
no outputs