actions-marketplace-validations/Accept to Ship
Automatically merge a Pull Request with #accept2ship after it's approved.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token. | no | ${{ github.token }} |
| merge-method | Merge method to use. Possible values are `merge`, `squash` or `rebase`. Default is merge. | no | merge |
| timeout | The time allowance in seconds for waiting the checks to pass. | no | 0 |
| checks-watch-interval | Refresh interval in seconds when using waiting for checks. | no | 10 |
| fail-if-timeout | Fail the workflow if timeout. | no | false |
| request-zero-accept-zero | If zero reviews are requested then zero approval are needed. | no | false |
| custom-hashtag | A different hashtag to use other than #accept2ship. | no | #accept2ship |
| use-auto-merge | Use GitHub auto-merge instead of waiting for checks in the workflow | no | false |
Outputs
| name | description |
|---|---|
| skipped | A boolean that indicates whether the action skipped merging/squashing/rebasing because the conditions are not met. |