Skip to content

Workbook page redesign #132

Workbook page redesign

Workbook page redesign #132

Workflow file for this run

name: i18n-check
on:
push:
branches:
- main
paths:
- 'src/i18n-keysets/**'
workflow_dispatch:
# pull_request_target is needed instead of just pull_request
# because secret is needed to sync with weblate
# Attention! Read more at https://nathandavison.com/blog/github-actions-and-the-threat-of-malicious-pull-requests
pull_request_target:
types: ['opened', 'reopened', 'synchronize', 'closed']
branches:
- main
paths:
- 'src/i18n-keysets/**'
jobs:
i18n_check:
runs-on: ubuntu-latest
if: github.actor != 'WeblateGravity'
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Verifying changes with Weblate
uses: dgaponov/[email protected]
with:
SERVER_URL: "https://weblate.gravity-ui.com"
TOKEN: ${{ secrets.WEBLATE_TOKEN }}
PROJECT: "datalens"
GITHUB_TOKEN: ${{ secrets.WEBLATE_BOT_GITHUB_TOKEN }}
# TODO remove weblate branch after merge pull request