From 59e741bb1dd05796cd2e1dd2db4e6890210afb16 Mon Sep 17 00:00:00 2001 From: Weetbix Date: Wed, 22 May 2024 21:56:18 +1000 Subject: [PATCH] Use more consistent and accurate glob for ignoring subfolders --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2551192a1..8ca953beb 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ source: - all: - changed-files: - any-glob-to-any-file: 'src/**/*' - - all-globs-to-all-files: '!src/docs/*' + - all-globs-to-all-files: '!src/docs/**/*' # Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name feature: