From: Mike Yuan Date: Thu, 4 Jul 2024 18:54:19 +0000 (+0200) Subject: labeler: remove matches for dropped files (Makefile) X-Git-Tag: v257-rc1~959^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e12de940a4220b22754c12668474462df64090e;p=thirdparty%2Fsystemd.git labeler: remove matches for dropped files (Makefile) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 24ff2f04c65..8fe01ea5a0c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,7 +15,7 @@ btrfs: - any-glob-to-any-file: '**/*btrfs*' build-system: - changed-files: - - any-glob-to-any-file: ['meson_options.txt', '**/meson.build', 'Makefile', 'configure'] + - any-glob-to-any-file: ['meson_options.txt', '**/meson.build'] busctl: - changed-files: - any-glob-to-any-file: '**/*busctl*' @@ -78,7 +78,7 @@ mkosi: - any-glob-to-any-file: ['.mkosi/*', 'mkosi.build'] mountfsd: - changed-files: - - any-glob-to-any-file: ['src/mountfsd/*'] + - any-glob-to-any-file: 'src/mountfsd/*' network: - changed-files: - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']