From d78911e9f7505c142a96be4de8633d2f4346a8e4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 19 Dec 2020 18:43:27 +0000 Subject: [PATCH] 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 --- .github/labeler.yml | 2 -- 1 file changed, 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/*