Commit graph

8 commits

Author SHA1 Message Date
Caleb Connolly
5ce568cd79
mrhlpr.json: accept all generic package commits (MR 3131) 2023-03-15 21:37:37 +00:00
Dolphin von Chips
e5b9623017
mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
Luca Weiss
7f4a1e1bc2
mrhlpr.json: fix matching of numbers in regex (!957)
In the regex [a-z-0-9] you don't need a backslash before the minus in
the middle, so remove that to bring it in line with other regexes.

In the regex [a-z\/-0-9] you do need a backslash in front of the minus
though, otherwise only the numbers 0 and 9 are allowed by the regex.
2020-02-17 19:41:17 +03:00
Daniele Debernardi
fb236a2491
mrhlpr.json: allow commas in generic commit subjects (!782) 2019-12-07 14:50:56 +01:00
Oliver Smith
1d7f7641c1
mrhlpr.json: support slash char and more prefixes (!636)
Lines starting with "CI:", "mrhlpr.json:" and "pmaports.cfg:" are fine,
and so is having a slash in the part after the colon.
2019-09-26 21:43:43 +02:00
Oliver Smith
a451e4507f
mrhlpr.json: s/removed/remove/g
Let's use the imperative form in commit messages, as it is best
practice. I'm keeping "upstreamed", because that definitively happened
in the past when we merge a patch that deletes a pmaport.
2019-09-25 21:31:06 +02:00
Oliver Smith
51c3fef4bc
mrhlpr.json: adjust unknown regex (!630)
Do not mark commit messages as NOK if the subject...
* has an uppercase letter (except for right after the colon)
* contains a dot or underscore before the colon
2019-09-16 23:06:54 +02:00
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