]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: remove matches for dropped files (Makefile)
authorMike Yuan <me@yhndnzj.com>
Thu, 4 Jul 2024 18:54:19 +0000 (20:54 +0200)
committerMike Yuan <me@yhndnzj.com>
Thu, 4 Jul 2024 18:55:36 +0000 (20:55 +0200)
.github/labeler.yml

index 24ff2f04c651b9f521ba7aac3e543c60efcbf29e..8fe01ea5a0cbcb44f7100bd050376d1b676dacd0 100644 (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/**/*']