actions-marketplace-validations/auto-pull-request-merge
Auto PR Merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| checkStatus | Check all status before merge | no | true |
| comment | Comment before merge | no | "" |
| dryRun | Dry run | no | false |
| intervalSeconds | Seconds between the check | no | 0.1 |
| failStep | Fail the step if the PR is not found or merged | no | true |
| labels | Comma seperated labes that target pull request should have | no | "" |
| labelsStrategy | Check condition on how to check the labels | no | all |
| ignoreLabels | Comma seperated labes that target pull request should not have | no | "" |
| ignoreLabelsStrategy | Check condition on how to check the labels | no | all |
| repository | The GitHub repository containing the issue or pr. | no | ${{ github.repository }} |
| pullRequestNumber | Number of the pull request | no | ${{ github.event.pull_request.number }} |
| sha | SHA of the pull request commit | no | ${{ github.event.pull_request.head.sha }} |
| strategy | Merge strategy | no | merge |
| timeoutSeconds | Seconds to timeout | no | 60 |
| token | Credential to access to the repo to post the comment | no | ${{ github.token }} |
Outputs
no outputs