yyoshiki41/Merge a pull request automatically
GitHub Action to create pull request and merge automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GITHUB_TOKEN | yes | — |
| base | The branch into which you want your code merged. | yes | — |
| head | The branch that contains commits for your pull request. | yes | — |
| title | Title | no | chore(auto-merge-action): merge automatically |
| body | Body | no | "" |
| merge-method | The merge method to use. `merge`, `rebase` or `squash`. | — | merge |
Outputs
| name | description |
|---|---|
| num | Pull Request Number |