]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
False positives in GA labeler bot
authorLuca Boccassi <bluca@debian.org>
Sat, 19 Dec 2020 18:43:27 +0000 (18:43 +0000)
committerLuca Boccassi <bluca@debian.org>
Sat, 19 Dec 2020 21:56:57 +0000 (21:56 +0000)
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

.github/labeler.yml

index d96566a2ed68907542054717614dff38f39b1c35..cda0a59b9d249f046c5e1aee5874a292410b5eb5 100644 (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/*