endre-spotlab/Fast Forward PR

Merge pull request using fast forward only, if possible, moving base branch (target branch) to head branch (source branch)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENAutomatically provided token, that can be used to authenticate on behalf of the GitHub action, with permissions limited to the repository that contains your workflow
success_messageGeneric success message, will be commented on the pull request, if pull-request fast forward succeeds.
failure_messageGeneric failure message, Will be commented on the pull request, if pull-request fast forward fails.
update_statusOptional, if true, the status API is used to set failure or success as a state for the commit, which can be used to gate merging. Default value is false.
failure_message_same_stage_and_prodOptional, failure message, when pull-request fast forward fails, and staging branch equals production branch
failure_message_diff_stage_and_prodOptional, failure message, when pull-request fast forward fails, and staging branch and production branch are at different commits
production_branchOptional, production branch name. Default value is master.
staging_branchOptional, staging or preproduction branch name. Default value is staging.

no outputs