python-docs-fr/.github/pr-title-checker-config.json
2020-11-22 22:44:43 +01:00

12 lines
243 B
JSON

{
"LABEL": {
"name": "Title needs formatting.",
"color": "EEEEEE"
},
"CHECKS": {
"prefixes": ["traduction de", "Traduction de", "Fix fuzzies in", "Fix fuzzies dans"],
"regexp": "\\.po",
"ignoreLabels": ["meta"]
}
}