From cadb967ead2b00ec07a2a9dc2e41eacc3443e429 Mon Sep 17 00:00:00 2001 From: awpala Date: Mon, 19 Aug 2024 23:27:56 +0000 Subject: [PATCH] fix(labeler): fix filename --- .github/labeler.yml | 2 +- .github/workflows/{label.yml => labeler.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{label.yml => labeler.yml} (100%) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6c4a968d..1e6883de 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,7 +19,7 @@ source: - all: - changed-files: - any-glob-to-any-file: 'src/**/*' - - all-globs-to-all-files: '!src/docs/*' + - all-globs-to-all-files: '!**/*.md' # Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name feature: diff --git a/.github/workflows/label.yml b/.github/workflows/labeler.yml similarity index 100% rename from .github/workflows/label.yml rename to .github/workflows/labeler.yml