mirror of https://github.com/actions/setup-go.git
Update labeler.yml
This commit is contained in:
parent
3a518ecf96
commit
4a8a56bc8d
|
@ -2,6 +2,13 @@
|
|||
# - any: ['**']
|
||||
# all: ['!__tests__/**']
|
||||
|
||||
@domain/core:
|
||||
- package/core/*
|
||||
- package/core/**/*
|
||||
# the following example does not work
|
||||
# @domain/core:
|
||||
# - package/core/*
|
||||
# - package/core/**/*
|
||||
|
||||
Label1:
|
||||
- non-existent-file.txt
|
||||
|
||||
Label2:
|
||||
- non-existent-file.txt
|
||||
|
|
Loading…
Reference in New Issue