konsentus/Merge Permission Check

Uses supplied rules to validate whether destination branches can be merged from current branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowlist of steps within workflow provided in ascending order for merging (eg "a b c" ==> "a->b->c")nomaster
hotfix_patternthe grep pattern to use for the format of hotfix branches (ie quick-fix branches that can merge anywhere)nohotfix/*
feature_patternthe grep pattern to use for the format of feature branches (development branches that are yet to be added to workflow)nofeature/*
namedescription
responsemessage provided for either success or failure, depending on reason for failure