From 2905cfae3d573d7aefcf68d558a83d9f36f4f4b1 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:07:56 +0100 Subject: [PATCH] chore: add devtools to labeler.yml (#575) --- .github/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index e8930e1b..7c72087b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,6 +8,7 @@ typescript: - changed-files: - any-glob-to-any-file: [ + 'devtools/**', 'packages/**', 'package.json', 'pnpm-*.yaml', @@ -23,6 +24,7 @@ typescript: - changed-files: - any-glob-to-any-file: [ + 'devtools/**', '.npmrc', '.nvmrc', '.prettierrc',