lime-actions/Merge

Does a merge, pr-creation and conditionally a release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
numberPR numberno${{ github.event.pull_request.number }}
baseTarget branch nameno${{ github.event.pull_request.base.ref }}
subjectMerge commit subjectno${{ github.event.pull_request.title }}
bodyMerge commit bodyno${{ github.event.pull_request.body }}
version-fromMethod of getting the version if not specifiednoversion-file
version-sourceSource containing the version, e.g. path to a fileno""
sha-headHead SHA hashno${{ github.event.pull_request.head.sha }}
sha-baseBase SHA hashno${{ github.event.pull_request.base.sha }}
pathsRegEx Pattern on what files trigger release""
repoGitHub repository${{ github.repository }}
default-branchDefault branch nameno${{ github.event.repository.default_branch }}
release-candidate-branchRelease candidate branch namenorelease-candidate
tokenAccess tokenno${{ github.token }}
merge-mode-default-branchMode used in merging to the default branchnosquash
merge-mode-otherMode used in merging non default branchnorebase
merge-mode-fallbackMode used if merging failedno""
namedescription
success"true" if success, "" if not
tagTag, if created