mirror of https://github.com/actions/setup-go.git
Update labeler.yml
This commit is contained in:
parent
98ea570019
commit
7ddd1939b8
|
@ -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":
|
||||
- '**'
|
||||
- '.*'
|
||||
- '.*/**'
|
||||
|
|
Loading…
Reference in New Issue