We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e4f2e commit daf5201Copy full SHA for daf5201
.github/workflows/sync_tx.yml
@@ -19,12 +19,14 @@ jobs:
19
uses: actions/setup-python@v1
20
with:
21
python-version: 3.9
22
- - name: Run script if merged by gitlocalize-app
23
- if: github.event_name == 'push' && github.event.pull_request.merged && github.event.pull_request.head.user.login == 'gitlocalize-app'
+
+ - name: Run script if merged by gitlocalize-app[bot]
24
+ if: github.event_name == 'push' && github.event.head_commit.author.username == 'gitlocalize-app[bot]'
25
run: |
26
python scripts/sync_translations.py
27
28
- name: Commit to dev
29
uses: stefanzweifel/git-auto-commit-action@v4
30
31
commit_message: Update translations
- branch: dev
32
+ branch: dev
0 commit comments