logerfo/gitflow-action

Automatically creates and merges pull requests from `master` to `dev` and from `release` to `master`.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenThe `GITHUB_TOKEN` secret.yes
releaseThe `release` branch.release
release-regexThe `release` branch regex.
devThe `dev` branch.dev
masterThe `master` branch.master
labelThe pull request label.gitflow
auto-mergeIf `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-mergeIf an attempted merge fails, the action is considered to have failed.false

no outputs