From: Yu Watanabe Date: Sat, 31 Aug 2024 07:33:59 +0000 (+0900) Subject: labeler: set network label when tests for networkd or friends are updated X-Git-Tag: v257-rc1~582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94c80f3ef556ea3ee2351952805471bc14465de9;p=thirdparty%2Fsystemd.git labeler: set network label when tests for networkd or friends are updated --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 45155606d4b..dc8cc0eab99 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/*'