jondotsoy/Feature Branching
Automate merge all branching tagged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 10, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: jondotsoy/feature-branching@f6bc332ecbb26c9cd2e1914eb9da93a8a334e89e # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| label_name_to_merge | Label used to select branch. Ex. `future-branch` | yes | — |
| base_brach | Branch name used to make the branch. Ex. `master` | yes | — |
| destination_brach | name of branch to merge branches tagged. Per default add the prefix `pre-` at the name base branch. Ex. `pre-master` | no | — |
| merge_strategy | The merge strategy to apply when merge the other branches. Read more about it https://git-scm.com/docs/merge-strategies | no | — |
Outputs
| name | description |
|---|---|
| created | `true` if the feature branch was created, `false` otherwise. |