diff options
| author | Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> | 2022-05-31 04:38:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-31 11:38:52 +0900 |
| commit | a98194bf1b10b7905f3eaf9bda18248dbad826ea (patch) | |
| tree | c7afcb10e5e5abe76e206519f7351544f64bc0aa /.github | |
| parent | chore: fix import tinycolor (diff) | |
| download | sharkey-a98194bf1b10b7905f3eaf9bda18248dbad826ea.tar.gz sharkey-a98194bf1b10b7905f3eaf9bda18248dbad826ea.tar.bz2 sharkey-a98194bf1b10b7905f3eaf9bda18248dbad826ea.zip | |
chore(meta): label Pull Requests containing tests (#8768)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index dff3935571..98f1d2e383 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'] |