vendic/pr-automerge-action
Automatically merges a PR based on the text that is included in the PR title
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your github token | yes | — |
| title-contains | The pull request will be auto merged we will find this in the PR title | no | automerge |
| pull_number | The pull request number. If not set, the action will try to find the pull request number from the context | no | — |
Outputs
| name | description |
|---|---|
| auto-merged | Output is set when the PR is auto merged. |
| not-merged | Output is set when the PR is not auto merged |