Update label definitions

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1094/head
Jerome Luckenbach 2019-11-27 21:49:08 +01:00 committed by GitHub
parent 65784d786c
commit 90f5805c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 6 deletions

18
.github/labeler.yml vendored
View File

@ -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/*