• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "LABEL": {
3        "name": "PR title format",
4        "color": "EEEEEE"
5    },
6    "CHECKS": {
7        "regexp": "^((\\[[^\\]]+\\])+|Revert|Automated fix for) ",
8        "regexpFlags": "i",
9        "ignoreLabels": []
10    },
11    "MESSAGES": {
12        "success": "All OK",
13        "failure": "PR title should be like this: '[component] Brief summary'",
14        "notice": ""
15    }
16}
17