Update labeler.yml

This commit is contained in:
MaksimZhukov 2022-10-25 16:53:19 +02:00 committed by GitHub
parent 98ea570019
commit 7ddd1939b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

14
.github/labeler.yml vendored
View File

@ -7,8 +7,14 @@
# - package/core/*
# - package/core/**/*
bug:
- non-existent-file.txt
# Removing labels
# bug:
# - non-existent-file.txt
# invalid:
# - non-existent-file.txt
invalid:
- non-existent-file.txt
# Match all files
"Tests failed":
- '**'
- '.*'
- '.*/**'