mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-16 11:30:13 -04:00
22 lines
526 B
YAML
22 lines
526 B
YAML
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]
|