Skip to content

Commit

Permalink
Merge branch 'dev' into l10n_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 30, 2023
2 parents 48fb56d + 58a2702 commit 9825be8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
if: github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_')
uses: creyD/[email protected]
with:
prettier_options: --write ./apps/app/public/locales/**/*.json
prettier_options: --write **/*.json
dry: true
prettier_plugins: 'prettier-plugin-packagejson prettier-plugin-jsdoc prettier-plugin-prisma'

- name: Commit files
if: github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_')
Expand All @@ -87,6 +88,7 @@ jobs:
committer: 'InReach [bot] <[email protected]>'
author: 'InReach [bot] <[email protected]>'
branch: ${{ format('l10n_{0}',steps.branchregex.outputs.value) }}
base: ${{ github.ref_name }}
title: 'chore(i18n): Updated translations from Crowdin'
labels: |
translations
Expand Down

0 comments on commit 9825be8

Please sign in to comment.