From 1229768791a678f3897326b3e5ad165709306796 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Tue, 10 Sep 2024 10:58:04 -0400 Subject: [PATCH] Update labeler --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cc9748609..f5fb26ab9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -26,7 +26,7 @@ # Add 'specs' label to any changes within 'docs' folder. 'specs': - changed-files: - - any-glob-to-any-file: docs/** + - any-glob-to-any-file: ['docs/**', 'book/**'] # Add 'crate: common' label to any changes within 'common' folder. 'crate: common':