labeler: remove matches for dropped files (Makefile)

This commit is contained in:
Mike Yuan
2024-07-04 20:54:19 +02:00
parent c1eb4cdd3b
commit 5e12de940a

4
.github/labeler.yml vendored
View File

@@ -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/**/*']