1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-01 09:47:35 +03:00

labeler: match all mkosi files

(cherry picked from commit a3370d5d94167eddf9b0e6efd6a76bb5348afb9d)
This commit is contained in:
Mike Yuan 2024-07-04 20:55:42 +02:00 committed by Luca Boccassi
parent 32f2b9bba6
commit aa1eb0b066

2
.github/labeler.yml vendored
View File

@ -75,7 +75,7 @@ meson:
- any-glob-to-any-file: ['meson_options.txt', '**/meson.build']
mkosi:
- changed-files:
- any-glob-to-any-file: ['.mkosi/*', 'mkosi.build']
- any-glob-to-any-file: '**/*mkosi*'
mountfsd:
- changed-files:
- any-glob-to-any-file: 'src/mountfsd/*'