pmaports/.mrhlpr.json
Martijn Braam d265984bb7
mrhlpr.json: add definition file for mrhlpr (!618)
Together with the related mrhlpr change, this will help us to make the
commit messages in pmaports.git more consistent.

Related: https://gitlab.com/postmarketOS/mrhlpr/merge_requests/1
2019-09-11 22:25:55 +02:00

16 lines
593 B
JSON

{
"subject_format": {
"pass": [
"^[a-z]+/[a-z-0-9*{}]+: new aport(s|)( \\(!\\d+\\)|)$",
"^[a-z]+/[a-z-0-9*{}]+: pkgrel bump( \\(!\\d+\\)|)$",
"^[a-z-0-9*{}]+: new device \\([^\\)]+\\)( \\(!\\d+\\)|)",
"^[a-z]+/[a-z-0-9*{}]+: upgrade to [0-9\\.a-z\\-_]+( \\(!\\d+\\)|)$",
"^[a-z]+/[a-z-0-9*{}]+: removed( \\(!\\d+\\)|)$",
"^[a-z]+/[a-z-0-9*{}]+: removed, upstreamed( \\(!\\d+\\)|)$"
],
"unknown": [
"^[a-z-0-9*{}\\/]+: [a-z\\-0-9*{}\\(\\)\\._ ]+( \\(!\\d+\\)|)$"
]
}
}