pixel-systems/ensure-commits-message-jira-ticket

checks that all commits in a pull request contain a jira ticket

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-branchname of the branch where the pull request goes toyes
pr-branchname of the branch where the pull request comes fromyes
ignore-pr-from-branchesList of strings containing regular expressions for PR branch names to ignore. Each regular expression needs to have at least 3 consecutive alphanumeric characters. Input samples: - Multiline input parameter: ... ignore-pr-from-branches: snyk-* other-branch-regex ... - Delimited list: - space: 'snyk-* other-branch-regex' - semicolon: 'snyk-*;other-branch-regex' - comma: 'snyk-*,other-branch-regex' - Json array: '[ \"snyk-*\", \"other-branch-regex\" ]' no

no outputs