Browse Source

Merge branch 'master' into fix/ci_pydantic

pull/15139/head
Sofie Van Landeghem 4 months ago
committed by GitHub
parent
commit
18c4631503
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/translate.yml
  2. 1
      docs/en/docs/release-notes.md

4
.github/workflows/translate.yml

@ -1,8 +1,8 @@
name: Translate name: Translate
on: on:
# schedule: schedule:
# - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month - cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month
workflow_dispatch: workflow_dispatch:
inputs: inputs:

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

@ -20,6 +20,7 @@ hide:
### Internal ### Internal
* 👷 Re-enable translation workflow run by cron in CI (twice a month). PR [#15145](https://github.com/fastapi/fastapi/pull/15145) by [@YuriiMotov](https://github.com/YuriiMotov).
* 👷 Add `ty` to precommit. PR [#15091](https://github.com/fastapi/fastapi/pull/15091) by [@svlandeg](https://github.com/svlandeg). * 👷 Add `ty` to precommit. PR [#15091](https://github.com/fastapi/fastapi/pull/15091) by [@svlandeg](https://github.com/svlandeg).
* ⬆ Bump dorny/paths-filter from 3 to 4. PR [#15106](https://github.com/fastapi/fastapi/pull/15106) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump dorny/paths-filter from 3 to 4. PR [#15106](https://github.com/fastapi/fastapi/pull/15106) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump cairosvg from 2.8.2 to 2.9.0. PR [#15108](https://github.com/fastapi/fastapi/pull/15108) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump cairosvg from 2.8.2 to 2.9.0. PR [#15108](https://github.com/fastapi/fastapi/pull/15108) by [@dependabot[bot]](https://github.com/apps/dependabot).

Loading…
Cancel
Save