pixel-systems/ensure-commits-message-jira-ticket
checks that all commits in a pull request contain a jira ticket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | name of the branch where the pull request goes to | yes | — |
| pr-branch | name of the branch where the pull request comes from | yes | — |
| ignore-pr-from-branches | List 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 | — |
Outputs
no outputs