mdwhitten/Gitflow Finish
GitHub Action to complete a release based off of the gitflow workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-num | The number of the pull request to finish. | yes | — |
| token | Authentication token to allow the action to execute. | yes | — |
| repo-name | The full name of the containing repository in the form owner/repo. | yes | — |
| merge-into-dev | Sets whether to merge the release/hotfix branch back into the development branch automatically. | no | false |
| dev-branch-name | The name of the development branch to merge the release/hotfix branch into. | no | develop |
| del-source-branch | Indicates whether to delete the release/hotfix branch after completing all gitflow actions. | yes | true |
| tag-prefix | Text to prepend to the version when creating a tag. | no | v |
Outputs
no outputs