pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
559 B
25 lines
559 B
name: Latest Changes
|
|
|
|
on:
|
|
pull_request_target:
|
|
branches:
|
|
- master
|
|
types:
|
|
- closed
|
|
workflow_dispatch:
|
|
inputs:
|
|
number:
|
|
description: PR number
|
|
required: true
|
|
|
|
jobs:
|
|
latest-changes:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: docker://tiangolo/latest-changes:0.0.3
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
latest_changes_file: docs/en/docs/release-notes.md
|
|
latest_changes_header: '## Latest Changes\n\n'
|
|
debug_logs: true
|
|
|