Skip to content

Instantly share code, notes, and snippets.

@alexschwartz
Created April 28, 2023 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexschwartz/bb4dab1d280f5b31d115a033b8fa0d4f to your computer and use it in GitHub Desktop.
Save alexschwartz/bb4dab1d280f5b31d115a033b8fa0d4f to your computer and use it in GitHub Desktop.
{
"LABEL": {
"name": "PR title needs jira ticket",
"color": "CC00CC"
},
"CHECKS": {
"alwaysPassCI": false,
"prefixes": [ "Bump " ],
"regexp": "\\[[A-Z]{2,}-\\d+(,\\s*[A-Z]{2,}-\\d+)*\\]",
"regexpFlags": "",
"ignoreLabels" : [ "dont-check-PRs-with-this-label", "dependencies" ]
},
"MESSAGES": {
"success": "OK - PR title contains reference to jira issue(s)",
"failure": "FAILURE because of PR title not meeting requirements; see https://emnify.atlassian.net/l/cp/137qAdn1 for details",
"notice": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment