From e2070d677f5e4ec4431fca900308d18373a8bfe1 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 24 Aug 2023 10:42:28 +0100 Subject: [PATCH] Update i18n_check.yml --- .github/workflows/i18n_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/i18n_check.yml b/.github/workflows/i18n_check.yml index 6880b9a796..c1ee8f1a44 100644 --- a/.github/workflows/i18n_check.yml +++ b/.github/workflows/i18n_check.yml @@ -11,7 +11,7 @@ jobs: - name: "Get modified files" id: changed_files - if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'RiotTranslateBot' + if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'RiotTranslateBot' && github.event.pull_request.user.login != 't3chguy' uses: tj-actions/changed-files@17f3fec1edef0c3916d59cbcee1585fcd457e456 # v38 with: files: | @@ -25,8 +25,8 @@ jobs: github.event.pull_request.user.login != 'RiotTranslateBot' && steps.changed_files.outputs.any_modified == 'true' run: | - echo "Only translation files modified by `yarn i18n` can be committed - other translation files will confuse weblate in unrecoverable ways." exit 1 + echo "Only translation files modified by 'yarn i18n' can be committed - other translation files will confuse weblate in unrecoverable ways." - uses: actions/setup-node@v3 with: