mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-18 19:18:16 +00:00
* ci: add pr workflow to check pr title format Signed-off-by: Asra Ali <asraa@google.com>
15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"LABEL": {
|
|
"name": "title needs adjustment",
|
|
"color": "EEEEEE"
|
|
},
|
|
"CHECKS": {
|
|
"regexp": "^(fix|feat|break|docs|chore|refactor|style|build|ci|revert|test)!?(\\(.*\\))?!?:.*"
|
|
},
|
|
"MESSAGES": {
|
|
"success": "PR title is valid",
|
|
"failure": "PR title is invalid",
|
|
"notice": "Title needs to pass regex '^(fix|feat|break|docs|chore|refactor|style|build|ci|revert|test)!?(\\(.*\\))?!?:.*"
|
|
}
|
|
}
|