diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-07-04 20:55:42 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-07-04 20:55:42 +0200 |
commit | a3370d5d94167eddf9b0e6efd6a76bb5348afb9d (patch) | |
tree | 212484382dca22aad42037ed700e5bbf43f04b81 | |
parent | labeler: remove matches for dropped files (Makefile) (diff) | |
download | systemd-a3370d5d94167eddf9b0e6efd6a76bb5348afb9d.tar.xz systemd-a3370d5d94167eddf9b0e6efd6a76bb5348afb9d.zip |
labeler: match all mkosi files
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 8fe01ea5a0..5782c66c3b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/*' |