From 789c6c417bd9d01d64249222959c12be3d599476 Mon Sep 17 00:00:00 2001 From: danicheg Date: Tue, 30 Jan 2024 17:06:36 +0300 Subject: [PATCH] Fix typo --- .github/labeler.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 239de9c..dda3e1f 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-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/**' + - any-glob-to-all-files: '!**/build.sbt' + - any-glob-to-all-files: '!docs/**' + - any-glob-to-all-files: '!website/**' + - any-glob-to-all-files: '!**/*.md' + - any-glob-to-all-files: '!sbt-plugin/**' + - any-glob-to-all-files: '!external/**' + - any-glob-to-all-files: '!integrations/**' + - any-glob-to-all-files: '!profiledb/**' + - any-glob-to-all-files: '!plugin/**'