tukasz/Direct merge
GitHub action which merges one branch into another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repo. Defaults to current repository owner | no | — |
| repo | Name of the repo. Defaults to current repository | no | — |
| source-branch | Name of the source branch (from) | yes | — |
| target-branch | Name of the target branch (to) | yes | — |
| commit-message | Message to use for the commit. If empty then a default message will be used ("Automatic merge of <source-branch> -> <target-branch>") | no | — |
| GITHUB_TOKEN | Repository access token. For example: secrets.GITHUB_TOKEN | yes | — |
Outputs
no outputs