From a98194bf1b10b7905f3eaf9bda18248dbad826ea Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 31 May 2022 04:38:52 +0200 Subject: [PATCH] chore(meta): label Pull Requests containing tests (#8768) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index dff393557..98f1d2e38 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,5 +4,9 @@ '🖥️Client': - packages/client/**/* +'🧪Test': +- cypress/**/* +- packages/backend/test/**/* + '‼️ wrong locales': - any: ['locales/*.yml', '!locales/ja-JP.yml']