Skip to content

Merge pull request #537 from AdguardTeam/update-translations #463

Merge pull request #537 from AdguardTeam/update-translations

Merge pull request #537 from AdguardTeam/update-translations #463

Workflow file for this run

name: Sync with Crowdin
env:
NODE_VERSION: 20
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: yarn install
run: yarn install
- name: sync translations
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: yarn run crowdin:sync
- name: create pull request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
commit-message: automatically update translations
title: Update translations
body: Transactions are synced from Crowdin
reviewers: |
el-termikael
vbagirov
branch: update-translations
base: master
delete-branch: true