From c607b1fc8c4f443ce3ec8efdab22204d4f5f6549 Mon Sep 17 00:00:00 2001 From: Zakaria Mansouri Date: Sat, 14 Sep 2024 18:52:19 +0200 Subject: [PATCH] Add labeler configuration for changed files in .github directory --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index e7a41d711..e83d75e31 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,3 +25,7 @@ utils: tooling: - changed-files: - any-glob-to-any-file: packages/tooling/**/* + +repo: + - changed-files: + - any-glob-to-any-file: .github/**/*