1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-07-06 16:26:00 +02:00

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

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":
- '**'
- '.*'
- '.*/**'