From a7c145f983e862bade1da479aadfaa4b942f329b Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 11 Feb 2025 12:26:12 -0800 Subject: [PATCH] Update rules of labeler --- .github/labeler.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6c73d9cc..28e17804 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,13 +8,17 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## documentation: - - docs/* - - "*.md" + - changed-files: + - any-glob-to-any-file: ['docs/*', '*.md'] tests: - - tests/* + - changed-files: + - any-glob-to-any-file: ['tests/*'] ci: - - .github/* + - changed-files: + - any-glob-to-any-file: ['.github/*'] all-in-one: - - aio.sh + - changed-files: + - any-glob-to-any-file: ['aio.sh'] addons: - - playbooks/* + - changed-files: + - any-glob-to-any-file: ['playbooks/*']