From fddef2e28b50cd377bb8a814ebc6868015109cc6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 5 Jan 2024 11:06:00 -0500 Subject: [PATCH] labeler: Fix syntax I broke it earlier. Signed-off-by: Colin Walters --- .github/labeler.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 75664f9b6..033202752 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,10 @@ documentation: - changed-files: - - any-glob-to-any-file: 'docs/*' - - any-glob-to-any-file: 'manpages-md' - - README.md + - any-glob-to-any-file: + - 'docs/*' + - 'manpages-md/*' + - README.md + area/install: - changed-files: - any-glob-to-any-file: 'lib/src/install*'