From 13c22ebd3095ef17910b1a84ea788c2e3f6c3b82 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Wed, 17 Apr 2024 10:33:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8Flabel:=20add=20env=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 25c98cd..00ffcc8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -28,7 +28,7 @@ docker: - any-glob-to-any-file: ['.gitattributes', '.gitignore'] 🧰infrastructure: - changed-files: - - any-glob-to-any-file: ['.devcontainer/*', '.editorconfig', 'biome.json', 'bunfig.toml'] + - any-glob-to-any-file: ['.devcontainer/*', '.editorconfig', '.env*', 'biome.json', 'bunfig.toml'] ✅test: - changed-files: - any-glob-to-any-file: ['happydom.ts', 'app/**/*.test.tsx']