labeler: set network label when tests for networkd or friends are updated

This commit is contained in:
Yu Watanabe 2024-08-31 16:33:59 +09:00 committed by Mike Yuan
parent 6434d0bbf7
commit 94c80f3ef5

2
.github/labeler.yml vendored
View 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/*'