From 8d33624efa0471949f1c14f1f3b88164b36c3e6e Mon Sep 17 00:00:00 2001 From: danicheg Date: Tue, 30 Jan 2024 17:00:55 +0300 Subject: [PATCH] Yet another tweak to the Labeler GA configuration --- .github/labeler.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8069c5c..239de9c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,12 +19,12 @@ scalac-profiling: behind-the-scenes: - all: - changed-files: - - any-globs-to-all-files: '!**/build.sbt' - - any-globs-to-all-files: '!docs/**' - - any-globs-to-all-files: '!website/**' - - any-globs-to-all-files: '!**/*.md' - - any-globs-to-all-files: '!sbt-plugin/**' - - any-globs-to-all-files: '!external/**' - - any-globs-to-all-files: '!integrations/**' - - any-globs-to-all-files: '!profiledb/**' - - any-globs-to-all-files: '!plugin/**' + - any-globs-to-all-file: '!**/build.sbt' + - any-globs-to-all-file: '!docs/**' + - any-globs-to-all-file: '!website/**' + - any-globs-to-all-file: '!**/*.md' + - any-globs-to-all-file: '!sbt-plugin/**' + - any-globs-to-all-file: '!external/**' + - any-globs-to-all-file: '!integrations/**' + - any-globs-to-all-file: '!profiledb/**' + - any-globs-to-all-file: '!plugin/**'