1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

labeler: remove matches for dropped files (Makefile)

(cherry picked from commit 5e12de940a4220b22754c12668474462df64090e)
This commit is contained in:
Mike Yuan 2024-07-04 20:54:19 +02:00 committed by Luca Boccassi
parent 9a2f16e4ed
commit 32f2b9bba6

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