{ "LABEL": { "name": "Invalid PR Title", "color": "B60205" }, "CHECKS": { "regexp": "^(feat|fix|test|refactor|chore|style|docs|perf|build|ci|revert)(\\(.*\\))?:.*" }, "MESSAGES": { "failure": "The PR title is invalid. Please refer to https://www.conventionalcommits.org/en/v1.0.0/ for the convention." } }