betagouv/service-national-universel

View on GitHub
.github/pr-title-checker-config.json

Summary

Maintainability
Test Coverage
{
  "LABEL": {
    "name": "Pull request title validation",
    "color": "EEEEEE"
  },
  "CHECKS": {
    "regexp": "^((chore|revert)\\((release,? ?|app,? ?|admin,? ?|misc,? ?|api,? ?|all,? ?|github,? ?|terraform,? ?|kb,? ?|lib,? ?)+\\) ?:.*)|((feat\\(|fix\\(|refactor\\()(release,? ?|app,? ?|admin,? ?|misc,? ?|api,? ?|all,? ?|github,? ?|terraform,? ?|kb,? ?|lib,? ?)+\\) ?: ?([0-9]+ ?-.*|sentry -.*))$",
    "regexpFlags": "i",
    "ignoreLabels": ["bypass title", "meta"]
  },
  "MESSAGES": {
    "success": "Title is compliant",
    "failure": "Title is not respecting the guidelines.",
    "notice": ""
  }
}