False positives in GA labeler bot

Don't automatically match on man/* and **/meson.build, since we change those
files as part of larger changes that we usually don't mark that way
This commit is contained in:
Luca Boccassi 2020-12-19 18:43:27 +00:00
parent 92fa741cf2
commit d78911e9f7
1 changed files with 0 additions and 2 deletions

2
.github/labeler.yml vendored
View File

@ -4,7 +4,6 @@ units:
- units/**/* - units/**/*
documentation: documentation:
- NEWS - NEWS
- man/*
- docs/* - docs/*
network: network:
- src/libsystemd-network/**/* - src/libsystemd-network/**/*
@ -17,7 +16,6 @@ selinux:
apparmor: apparmor:
- '**/*apparmor*' - '**/*apparmor*'
meson: meson:
- '**/meson.build'
- meson_option.txt - meson_option.txt
busctl: busctl:
- src/busctl/* - src/busctl/*