mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 16:03:43 +00:00
Update labeler.yml
This commit is contained in:
parent
98ea570019
commit
7ddd1939b8
1 changed files with 10 additions and 4 deletions
14
.github/labeler.yml
vendored
14
.github/labeler.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue