You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setup-go/.github/labeler.yml

21 lines
309 B
YAML

# "Need Tests":
# - any: ['**']
# all: ['!__tests__/**']
# the following example does not work
# @domain/core:
# - package/core/*
# - package/core/**/*
# Removing labels
# bug:
# - non-existent-file.txt
# invalid:
# - non-existent-file.txt
# Match all files
"Tests failed":
- '**'
- '.*'
- '.*/**'