From d265984bb727617add8f7f4fd84cce0232d28674 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Mon, 9 Sep 2019 15:03:23 +0200 Subject: [PATCH] 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 --- .mrhlpr.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .mrhlpr.json diff --git a/.mrhlpr.json b/.mrhlpr.json new file mode 100644 index 000000000..0fcddb4b4 --- /dev/null +++ b/.mrhlpr.json @@ -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+\\)|)$" + ] + } +} +