From a451e4507fcd35e5271b0b54de2d473f1595ba45 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 25 Sep 2019 21:31:06 +0200 Subject: [PATCH] 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. --- .mrhlpr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mrhlpr.json b/.mrhlpr.json index 11bee5cd9..e981fb853 100644 --- a/.mrhlpr.json +++ b/.mrhlpr.json @@ -5,8 +5,8 @@ "^[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+\\)|)$" + "^[a-z]+/[a-z-0-9*{}]+: remove( \\(!\\d+\\)|)$", + "^[a-z]+/[a-z-0-9*{}]+: remove, upstreamed( \\(!\\d+\\)|)$" ], "unknown": [ "^[a-z-0-9_.*{}\\/]+: [a-z\\-0-9*{}\\(\\)\\._ ][A-Za-z\\-0-9*{}\\(\\)\\._ ]+( \\(!\\d+\\)|)$"