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/**/*
documentation:
- NEWS
- man/*
- docs/*
network:
- src/libsystemd-network/**/*
@ -17,7 +16,6 @@ selinux:
apparmor:
- '**/*apparmor*'
meson:
- '**/meson.build'
- meson_option.txt
busctl:
- src/busctl/*