From 7b4ceb83c98b35c1b984caf62aecab2e999569e9 Mon Sep 17 00:00:00 2001 From: Omer Tuchfeld Date: Tue, 18 Feb 2025 09:18:44 +0100 Subject: [PATCH] labeler: auto add system-reinstall-bootc label Automatically mark any PR touching files in the system-reinstall-bootc directory with the area/system-reinstall-bootc label. Signed-off-by: Omer Tuchfeld --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7eb51dbd9..3b838a759 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,3 +16,8 @@ area/install: - any-glob-to-any-file: - 'lib/src/install.rs' - 'lib/src/install/**' + +area/system-reinstall-bootc: +- changed-files: + - any-glob-to-any-file: + - 'system-reinstall-bootc/**'