automerge and approve crowdin (#1167)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Alex Johansson
2021-11-11 12:05:59 +00:00
committed by GitHub
co-authored by Peer Richelsen
parent 6e100a6559
commit 7998b6248d
2 changed files with 16 additions and 12 deletions
+12 -11
View File
@@ -10,16 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: crowdin action
uses: crowdin/github-action@1.4.0
with:
upload_translations: true
download_translations: true
pull_request_labels: "i18n, ♻️ autoupdate"
- name: crowdin action
uses: crowdin/github-action@1.4.0
with:
upload_translations: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}