jondotsoy/Feature Branching

Automate merge all branching tagged

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 10, 2024
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: jondotsoy/feature-branching@f6bc332ecbb26c9cd2e1914eb9da93a8a334e89e # v2.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
label_name_to_mergeLabel used to select branch. Ex. `future-branch`yes
base_brachBranch name used to make the branch. Ex. `master`yes
destination_brachname of branch to merge branches tagged. Per default add the prefix `pre-` at the name base branch. Ex. `pre-master`no
merge_strategyThe merge strategy to apply when merge the other branches. Read more about it https://git-scm.com/docs/merge-strategiesno
namedescription
created`true` if the feature branch was created, `false` otherwise.