From 2662e0c343e68465a9861c53521ed3a6951fb724 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Tue, 23 Jun 2020 17:33:35 +0200 Subject: [PATCH] Update label-pr.yml --- .github/label-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/label-pr.yml b/.github/label-pr.yml index 7e71596..e4585e0 100644 --- a/.github/label-pr.yml +++ b/.github/label-pr.yml @@ -2,7 +2,7 @@ labels: ["typescript"] - regExp: ".*\\.sql+$" labels: ["database", "critical"] -- regExp: "^docs/" +- regExp: ".*/docs/" labels: ["documentation"] - regExp: ".*\\.png+$" labels: ["images"] @@ -16,3 +16,5 @@ labels: ["build"] - regExp: "^.github/" labels: ["github-workflow"] +- regExp: ".*/.env" + labels: ["configuration"]