diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-07-04 20:54:19 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-07-04 20:55:36 +0200 |
commit | 5e12de940a4220b22754c12668474462df64090e (patch) | |
tree | f39473d278841b17815376f59c2fd38d71552e8f | |
parent | hwdb: add more AV controllers (diff) | |
download | systemd-5e12de940a4220b22754c12668474462df64090e.tar.xz systemd-5e12de940a4220b22754c12668474462df64090e.zip |
labeler: remove matches for dropped files (Makefile)
-rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 24ff2f04c6..8fe01ea5a0 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/**/*'] |