From c2715eed5863c6fa90e428d303172897c4bc4165 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 9 Nov 2025 18:57:20 +0100 Subject: [PATCH] labaler: add "shell profile" --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 24570fa56cc..5c39698f492 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -229,6 +229,9 @@ selinux: shell-completion: - changed-files: - any-glob-to-any-file: 'shell-completion/*' +shell profile: + - changed-files: + - any-glob-to-any-file: 'profile.d/*' shutdown: - changed-files: - any-glob-to-any-file: ['src/shutdown/*', 'units/**/*shutdown*'] -- 2.47.3