Browse Source

Merge branch 'master' into feat/exception-on-duplicate-path

pull/5595/head
Irfanuddin Shafi Ahmed 3 years ago
committed by GitHub
parent
commit
75de88ef1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/actions/notify-translations/app/translations.yml
  2. 2
      .github/workflows/preview-docs.yml
  3. 2
      .github/workflows/smokeshow.yml
  4. 3
      docs/en/docs/release-notes.md

1
.github/actions/notify-translations/app/translations.yml

@ -18,3 +18,4 @@ uz: 4883
sv: 5146
he: 5157
ta: 5434
ar: 3349

2
.github/workflows/preview-docs.yml

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download Artifact Docs
uses: dawidd6/[email protected].0
uses: dawidd6/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build-docs.yml

2
.github/workflows/smokeshow.yml

@ -20,7 +20,7 @@ jobs:
- run: pip install smokeshow
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v2.24.2
with:
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}

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

@ -2,6 +2,9 @@
## Latest Changes
* 🛠 Add Arabic issue number to Notify Translations GitHub Action. PR [#5610](https://github.com/tiangolo/fastapi/pull/5610) by [@tiangolo](https://github.com/tiangolo).
* ⬆ Bump dawidd6/action-download-artifact from 2.24.1 to 2.24.2. PR [#5609](https://github.com/tiangolo/fastapi/pull/5609) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1. PR [#5603](https://github.com/tiangolo/fastapi/pull/5603) by [@dependabot[bot]](https://github.com/apps/dependabot).
* 📝 Update coverage badge to use Samuel Colvin's Smokeshow. PR [#5585](https://github.com/tiangolo/fastapi/pull/5585) by [@tiangolo](https://github.com/tiangolo).
## 0.86.0

Loading…
Cancel
Save