From 90f5805c18dcbdfb367fe7fc8aba8ca34cb5ead1 Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Wed, 27 Nov 2019 21:49:08 +0100 Subject: [PATCH] Update label definitions Signed-off-by: Jerome Luckenbach --- .github/labeler.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d9e0c341f..f23308e2c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,17 +1,23 @@ -section => add-ons: +# Add 'priority: middle 🔜' label to any file change +"priority: middle 🔜": + - '**' + - '.*' + - '.*/**' + +"section => add-ons": - addons/* -section => administration: +"section => administration": - administration/* -section => configuration: +"section => configuration": - configuration/* -section => development: +"section => development": - developers/* -section => installation: +"section => installation": - installation/* -section => tutorials: +"section => tutorials": - tutorials/*