Skip to content

Commit

Permalink
👷 Add GitHub Action add-to-project (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 13, 2024
1 parent dd43e3a commit bc7954c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add to Project

on:
pull_request_target:
issues:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/fastapi/projects/2
github-token: ${{ secrets.PROJECTS_TOKEN }}

0 comments on commit bc7954c

Please sign in to comment.