summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-31 09:33:59 +0200
committerMike Yuan <me@yhndnzj.com>2024-08-31 11:54:13 +0200
commit94c80f3ef556ea3ee2351952805471bc14465de9 (patch)
tree3fa3b15ee2d30cb603b79dd761c371e959fa5da2 /.github
parentMerge pull request #34198 from AdrianVovk/updatectl-bugfixes (diff)
downloadsystemd-94c80f3ef556ea3ee2351952805471bc14465de9.tar.xz
systemd-94c80f3ef556ea3ee2351952805471bc14465de9.zip
labeler: set network label when tests for networkd or friends are updated
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 45155606d4..dc8cc0eab9 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -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/*'