From 3e28ec3b804f226c933263d605726369b0e32371 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 26 Sep 2025 11:00:58 -0400 Subject: [PATCH] labeler: Fix for crate renames - Have area/documentation not a standalone documentation - Fix the other labels for the move into crates/ Signed-off-by: Colin Walters --- .github/labeler.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 54bf77be4..b4365da59 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,16 +1,25 @@ -documentation: +# Maybe in the future we have a label-per-crate, but +# for now this is just a rough cut. + +area/documentation: - changed-files: - any-glob-to-any-file: - 'docs/**' - README.md + - CONTRIBUTING.md area/install: - changed-files: - any-glob-to-any-file: - - 'lib/src/install.rs' - - 'lib/src/install/**' + - 'crates/lib/src/install.rs' + - 'crates/lib/src/install/**' area/system-reinstall-bootc: - changed-files: - any-glob-to-any-file: - - 'system-reinstall-bootc/**' + - 'crates/system-reinstall-bootc/**' + +area/ostree: +- changed-files: + - any-glob-to-any-file: + - 'crates/ostree-ext/**'