There was an error while loading. Please reload this page.
1 parent 68221bd commit ceebb2aCopy full SHA for ceebb2a
.github/workflows/tx-pull.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Pull from transifex
17
run: |
18
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
19
- ./tx --token ${{ secrets.TX_TOKEN }} pull --all --use-git-timestamps
+ ./tx --token ${{ secrets.TX_TOKEN }} pull --all --use-git-timestamps --mode reviewed
20
- name: Create Pull Request
21
uses: peter-evans/create-pull-request@v4
22
with:
0 commit comments