github.com/yogeshkumararora/slsa-github-generator@v1.10.1-0.20240520161934-11278bd5afb4/.github/pr-title-checker-config.json (about)

     1  {
     2    "LABEL": {
     3      "name": "title needs adjustment",
     4      "color": "EEEEEE"
     5    },
     6    "CHECKS": {
     7      "regexp": "^(fix|feat|break|docs|chore|refactor|style|build|ci|revert|test)!?(\\(.*\\))?!?:.*"
     8    },
     9    "MESSAGES": {
    10      "success": "PR title is valid",
    11      "failure": "PR title is invalid",
    12      "notice": "Title needs to pass regex '^(fix|feat|break|docs|chore|refactor|style|build|ci|revert|test)!?(\\(.*\\))?!?:.*"
    13    }
    14  }