From 8187a5283fea97b68ec1037123b218049e2c9843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 15 Aug 2024 15:42:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20configs=20for=20labeler?= =?UTF-8?q?=20(#1308)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c9b267e9d0..a0a1c1aab0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ docs: - all: - changed-files: - - all-globs-to-all-files: + - any-glob-to-any-file: - '**/*.md' internal: @@ -13,6 +13,6 @@ internal: - .gitignore - .pre-commit-config.yaml - all-globs-to-all-files: - - '**/*.md' - - 'frontend/**' - - 'backend/**' + - '!./**/*.md' + - '!frontend/**' + - '!backend/**'