mirror of https://github.com/tiangolo/fastapi.git
Merge branch 'master' into dev-getquery
This commit is contained in:
commit
a8c50f5333
|
|
@ -34,9 +34,12 @@ jobs:
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
||||||
with:
|
with:
|
||||||
limit-access-to-actor: true
|
limit-access-to-actor: true
|
||||||
- uses: docker://tiangolo/latest-changes:0.0.3
|
- uses: docker://tiangolo/latest-changes:0.2.0
|
||||||
|
# - uses: tiangolo/latest-changes@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
latest_changes_file: docs/en/docs/release-notes.md
|
latest_changes_file: docs/en/docs/release-notes.md
|
||||||
latest_changes_header: '## Latest Changes\n\n'
|
latest_changes_header: '## Latest Changes'
|
||||||
|
end_regex: '^## '
|
||||||
debug_logs: true
|
debug_logs: true
|
||||||
|
label_header_prefix: '### '
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@ hide:
|
||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
|
* 📝 Update release notes, move and check latest-changes. PR [#10588](https://github.com/tiangolo/fastapi/pull/10588) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
* 👷 Upgrade latest-changes GitHub Action. PR [#10587](https://github.com/tiangolo/fastapi/pull/10587) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
|
||||||
## 0.104.1
|
## 0.104.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue