From 94c80f3ef556ea3ee2351952805471bc14465de9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 31 Aug 2024 16:33:59 +0900 Subject: [PATCH] labeler: set network label when tests for networkd or friends are updated --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*' -- 2.47.3