]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: set network label when tests for networkd or friends are updated
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Aug 2024 07:33:59 +0000 (16:33 +0900)
committerMike Yuan <me@yhndnzj.com>
Sat, 31 Aug 2024 09:54:13 +0000 (11:54 +0200)
.github/labeler.yml

index 45155606d4b88590671909fc35dbaf684078ec7a..dc8cc0eab99a8b4340a5c760db6c8a93060f4c20 100644 (file)
@@ -150,7 +150,7 @@ mountfsd:
     - any-glob-to-any-file: '**/*mountfsd*'
 network:
   - changed-files:
-    - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*', 'network/*']
+    - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*', 'network/*', 'test/networkd-test.py', 'test/test-network*']
 notify:
   - changed-files:
     - any-glob-to-any-file: 'src/notify/*'