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.
21 lines
526 B
21 lines
526 B
name: Add to Project
|
|
|
|
on:
|
|
pull_request_target: # zizmor: ignore[dangerous-triggers]
|
|
issues:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
add-to-project:
|
|
name: Add to project
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 5
|
|
steps:
|
|
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
|
|
with:
|
|
project-url: https://github.com/orgs/fastapi/projects/2
|
|
github-token: ${{ secrets.PROJECTS_TOKEN }} # zizmor: ignore[secrets-outside-env]
|
|
|