diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-31 09:33:59 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-08-31 11:54:13 +0200 |
commit | 94c80f3ef556ea3ee2351952805471bc14465de9 (patch) | |
tree | 3fa3b15ee2d30cb603b79dd761c371e959fa5da2 /.github | |
parent | Merge pull request #34198 from AdrianVovk/updatectl-bugfixes (diff) | |
download | systemd-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.yml | 2 |
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/*' |