Skip to content

Commit ceebb2a

Browse files
authored
pull only reviewed translations (#182)
1 parent 68221bd commit ceebb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tx-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Pull from transifex
1717
run: |
1818
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
19-
./tx --token ${{ secrets.TX_TOKEN }} pull --all --use-git-timestamps
19+
./tx --token ${{ secrets.TX_TOKEN }} pull --all --use-git-timestamps --mode reviewed
2020
- name: Create Pull Request
2121
uses: peter-evans/create-pull-request@v4
2222
with:

0 commit comments

Comments
 (0)