ridedott/Merge me!
Automatically merge Pull Requests from the indicated github account.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_LOGIN | The GitHub login for which automatic merges are enabled. Supports micromatch. | no | dependabot |
| GITHUB_TOKEN | A GitHub token. | yes | — |
| ENABLE_GITHUB_API_PREVIEW | Indicates if GitHub preview APIs can be used to access pull request fields that provide more detailed information about the merge state. | no | false |
| MERGE_METHOD | Represents available types of methods to use when merging a pull request. One of: MERGE, STASH or REBASE | no | SQUASH |
| PRESET | Enable additional functionality to better personalize the behavior. One of: DEPENDABOT_MINOR or DEPENDABOT_PATCH. | no | — |
| ENABLED_FOR_MANUAL_CHANGES | Enable automatic merges when changes are made to the PR by a different author than the original one. Requires commits to be signed. One of: "true" or "false". | no | false |
| MAXIMUM_RETRIES | Maximum retry attempts to merge or get the PR information. | no | 3 |
Outputs
no outputs