actions-marketplace-validations/Fast Forward PR
Merge pull request using fast forward only, if possible, moving base branch (target branch) to head branch (source branch)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Automatically 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_message | Generic success message, will be commented on the pull request, if pull-request fast forward succeeds. | — | — |
| failure_message | Generic failure message, Will be commented on the pull request, if pull-request fast forward fails. | — | — |
| update_status | Optional, 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_prod | Optional, failure message, when pull-request fast forward fails, and staging branch equals production branch | — | — |
| failure_message_diff_stage_and_prod | Optional, failure message, when pull-request fast forward fails, and staging branch and production branch are at different commits | — | — |
| production_branch | Optional, production branch name. Default value is master. | — | — |
| staging_branch | Optional, staging or preproduction branch name. Default value is staging. | — | — |
Outputs
no outputs