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:
parent
686ccd9ae7
commit
d265984bb7
1 changed files with 16 additions and 0 deletions
16
.mrhlpr.json
Normal file
16
.mrhlpr.json
Normal 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+\\)|)$"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue