From c89ae4ce6d2cca03a1793599435110d242581e44 Mon Sep 17 00:00:00 2001 From: Yaniv Paz Date: Sun, 16 Feb 2025 23:36:05 +0200 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5d691f1..347526a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,27 +14,6 @@ Documentation: - changed-files: - any-glob-to-any-file: docs/** -# Add 'Documentation' label to any file changes within 'docs' folder -Documentation: -- changed-files: - - any-glob-to-any-file: docs/* - -# Add 'Documentation' label to any file changes within 'docs' or 'guides' folders -Documentation: -- changed-files: - - any-glob-to-any-file: - - docs/* - - guides/* - -## Equivalent of the above mentioned configuration using another syntax -Documentation: -- changed-files: - - any-glob-to-any-file: ['docs/*', 'guides/*'] - -# Add 'Documentation' label to any change to .md files within the entire repository -Documentation: -- changed-files: - - any-glob-to-any-file: '**/*.md' # Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder source: