peter-evans/Enable Pull Request Automerge
A GitHub action to enable auto-merge on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| repository | The target GitHub repository containing the pull request | — | ${{ github.repository }} |
| pull-request-number | The number of the target pull request | yes | — |
| merge-method | The merge method to use. `merge`, `rebase` or `squash`. | — | merge |
Outputs
no outputs