lime-actions/Merge
Does a merge, pr-creation and conditionally a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| number | PR number | no | ${{ github.event.pull_request.number }} |
| base | Target branch name | no | ${{ github.event.pull_request.base.ref }} |
| subject | Merge commit subject | no | ${{ github.event.pull_request.title }} |
| body | Merge commit body | no | ${{ github.event.pull_request.body }} |
| version-from | Method of getting the version if not specified | no | version-file |
| version-source | Source containing the version, e.g. path to a file | no | "" |
| sha-head | Head SHA hash | no | ${{ github.event.pull_request.head.sha }} |
| sha-base | Base SHA hash | no | ${{ github.event.pull_request.base.sha }} |
| paths | RegEx Pattern on what files trigger release | — | "" |
| repo | GitHub repository | — | ${{ github.repository }} |
| default-branch | Default branch name | no | ${{ github.event.repository.default_branch }} |
| release-candidate-branch | Release candidate branch name | no | release-candidate |
| token | Access token | no | ${{ github.token }} |
| merge-mode-default-branch | Mode used in merging to the default branch | no | squash |
| merge-mode-other | Mode used in merging non default branch | no | rebase |
| merge-mode-fallback | Mode used if merging failed | no | "" |
Outputs
| name | description |
|---|---|
| success | "true" if success, "" if not |
| tag | Tag, if created |