d265984bb7
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
16 lines
593 B
JSON
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+\\)|)$"
|
|
]
|
|
}
|
|
}
|
|
|