]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: add mountfsd and nsresource
authorMike Yuan <me@yhndnzj.com>
Mon, 8 Apr 2024 12:09:54 +0000 (20:09 +0800)
committerMike Yuan <me@yhndnzj.com>
Mon, 8 Apr 2024 12:14:37 +0000 (20:14 +0800)
.github/labeler.yml

index 86a31776f4932cf03b4f667acc16b71178d17b7a..e8952dc82a6dbd153e1f3aa7c854665442d1c8d5 100644 (file)
@@ -76,12 +76,18 @@ meson:
 mkosi:
   - changed-files:
     - any-glob-to-any-file: ['.mkosi/*', 'mkosi.build']
+mountfsd:
+  - changed-files:
+    - any-glob-to-any-file: ['src/mountfsd/*']
 network:
   - changed-files:
     - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']
 nspawn:
   - changed-files:
     - any-glob-to-any-file: '**/*nspawn*'
+nsresource:
+  - changed-files:
+    - any-glob-to-any-file: '**/*nsresource*'
 portable:
   - changed-files:
     - any-glob-to-any-file: 'src/portable/**/*'