From 78e739cb536a7c413b5fb7f9e9ba3935f3d8f7af Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:30:51 +0530 Subject: [PATCH] fix(actions): include docs in no-translation (#41358) --- .github/workflows/no-prs-to-translation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/no-prs-to-translation.yml b/.github/workflows/no-prs-to-translation.yml index 875bd65ea0..5aa047f28a 100644 --- a/.github/workflows/no-prs-to-translation.yml +++ b/.github/workflows/no-prs-to-translation.yml @@ -9,6 +9,7 @@ on: - 'client/i18n/locales/**/intro.json' - 'client/i18n/locales/**/translations.json' - '!client/i18n/locales/english/**' + - 'docs/i18n/**' jobs: has-translation: