Browse Source

Merge branch 'master' into translate-es-add-missing-d73caf57

pull/14533/head
Sebastián Ramírez 7 months ago
parent
commit
e1b14b202b
  1. 13
      .github/workflows/translate.yml
  2. 1
      docs/en/docs/release-notes.md

13
.github/workflows/translate.yml

@ -1,10 +1,8 @@
name: Translate
on:
# TODO: remove this
push:
branches:
- translate-again
schedule:
- cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
workflow_dispatch:
inputs:
@ -71,11 +69,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: uncomment this
# lang: ${{ fromJson(needs.langs.outputs.langs) }}
# command: ${{ fromJson(needs.langs.outputs.commands) }}
lang: ["es"]
command: ["add-missing"]
lang: ${{ fromJson(needs.langs.outputs.langs) }}
command: ${{ fromJson(needs.langs.outputs.commands) }}
permissions:
contents: write
steps:

1
docs/en/docs/release-notes.md

@ -13,6 +13,7 @@ hide:
### Internal
* 👷 Fix checkout GitHub Action fetch-depth for LLM translations, enable cron monthly. PR [#14531](https://github.com/fastapi/fastapi/pull/14531) by [@tiangolo](https://github.com/tiangolo).
* 👷 Fix Typer command for CI LLM translations. PR [#14530](https://github.com/fastapi/fastapi/pull/14530) by [@tiangolo](https://github.com/tiangolo).
* 👷 Update LLM translation CI, add language matrix and extra commands, prepare for scheduled run. PR [#14529](https://github.com/fastapi/fastapi/pull/14529) by [@tiangolo](https://github.com/tiangolo).
* 👷 Update github-actions user for GitHub Actions workflows. PR [#14528](https://github.com/fastapi/fastapi/pull/14528) by [@tiangolo](https://github.com/tiangolo).

Loading…
Cancel
Save