Update i18n_check.yml
This commit is contained in:
parent
839c0a720c
commit
e2070d677f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/i18n_check.yml
vendored
4
.github/workflows/i18n_check.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Get modified files"
|
- name: "Get modified files"
|
||||||
id: changed_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
|
uses: tj-actions/changed-files@17f3fec1edef0c3916d59cbcee1585fcd457e456 # v38
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
@ -25,8 +25,8 @@ jobs:
|
||||||
github.event.pull_request.user.login != 'RiotTranslateBot' &&
|
github.event.pull_request.user.login != 'RiotTranslateBot' &&
|
||||||
steps.changed_files.outputs.any_modified == 'true'
|
steps.changed_files.outputs.any_modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "Only translation files modified by `yarn i18n` can be committed - other translation files will confuse weblate in unrecoverable ways."
|
|
||||||
exit 1
|
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
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue