Skip to content

docs(l10n): update translations #103

docs(l10n): update translations

docs(l10n): update translations #103

Workflow file for this run

name: CI (PR Label)
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
main:
name: Set PR Labels
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
dot: true