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
This commit is contained in:
Martijn Braam 2019-09-09 15:03:23 +02:00 committed by Oliver Smith
parent 686ccd9ae7
commit d265984bb7
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

16
.mrhlpr.json Normal file
View file

@ -0,0 +1,16 @@
{
"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+\\)|)$"
]
}
}