]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: add bsod, hibernate-resume, nspawn and vmspawn
authorMike Yuan <me@yhndnzj.com>
Tue, 16 Jan 2024 14:47:11 +0000 (22:47 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 16 Jan 2024 16:13:26 +0000 (16:13 +0000)
.github/labeler.yml

index 45b1ff49eebab0cf8e3a8833897b2d7642e00ae7..f74d680ce9d2920e960773a6a88bf77a9431568b 100644 (file)
@@ -7,6 +7,9 @@ apparmor:
 binfmt:
   - changed-files:
     - any-glob-to-any-file: '**/*binfmt*'
+bsod:
+  - changed-files:
+    - any-glob-to-any-file: '**/*bsod*'
 btrfs:
   - changed-files:
     - any-glob-to-any-file: '**/*btrfs*'
@@ -46,6 +49,9 @@ fstab-generator:
 growfs:
   - changed-files:
     - any-glob-to-any-file: '**/*growfs*'
+hibernate-resume:
+  - changed-files:
+    - any-glob-to-any-file: '**/*hibernate-resume*'
 hwdb:
   - changed-files:
     - any-glob-to-any-file: 'hwdb.d/**/*'
@@ -70,6 +76,9 @@ mkosi:
 network:
   - changed-files:
     - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']
+nspawn:
+  - changed-files:
+    - any-glob-to-any-file: '**/*nspawn*'
 portable:
   - changed-files:
     - any-glob-to-any-file: 'src/portable/**/*'
@@ -184,6 +193,9 @@ util-lib:
 vconsole:
   - changed-files:
     - any-glob-to-any-file: '**/*vconsole*'
+vmspawn:
+  - changed-files:
+    - any-glob-to-any-file: '**/*vmspawn*'
 xdg-autostart:
   - changed-files:
     - any-glob-to-any-file: '**/**xdg-autostart-generator*'