summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2020-12-19 19:43:27 +0100
committerLuca Boccassi <bluca@debian.org>2020-12-19 22:56:57 +0100
commitd78911e9f7505c142a96be4de8633d2f4346a8e4 (patch)
tree5a4682f26b74776e5f726679fb5efea5bfef4f00 /.github/labeler.yml
parenttest: fix regex in run-integration-tests.sh (diff)
downloadsystemd-d78911e9f7505c142a96be4de8633d2f4346a8e4.tar.xz
systemd-d78911e9f7505c142a96be4de8633d2f4346a8e4.zip
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
Diffstat (limited to '')
-rw-r--r--.github/labeler.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index d96566a2ed..cda0a59b9d 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -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/*