actions-marketplace-validations/gitflow-action
Automatically creates and merges pull requests from `master` to `dev` and from `release` to `master`.
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. | — | release |
| release-regex | The `release` branch regex. | — | — |
| dev | The `dev` branch. | — | dev |
| master | The `master` branch. | — | master |
| label | The pull request label. | — | 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