luneisolei/Fast Forward Composite Action
Fast forward the target branch from a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_client_id | GitHub Client ID | no | — |
| app_private_key | GitHub App Private Key | no | — |
| github_token | The GitHub token for this action to use. | yes | — |
| auto_merge | "Boolean that determines if the target branch should be automatically fast forwarded after determining that a pull request is eligible to do so." | yes | — |
| comment | "always" - Posts a comment to the pull request indicating whether it is possible to fast-forward the target branch, and, if merge is true, whether fast forwarding succeeded. "on-error" - A comment is only posted if an error occurs. "never" - No comment is posted. The comment is still available via the comment output variable and in the step's summary. | yes | on-error |
| custom_command | "The command to be used to trigger the bot." | yes | /fast-forward |
Outputs
no outputs