From 5e12de940a4220b22754c12668474462df64090e Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 4 Jul 2024 20:54:19 +0200 Subject: [PATCH] labeler: remove matches for dropped files (Makefile) --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/**/*'] -- 2.47.3