We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4903ed1 commit 1040156Copy full SHA for 1040156
1 file changed
.github/workflows/add-to-project.yml
@@ -0,0 +1,22 @@
1
+name: Add to Project
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ - synchronize
9
+ issues:
10
11
12
13
14
+jobs:
15
+ add-to-project:
16
+ name: Add to project
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/add-to-project@v1.0.2
20
+ with:
21
+ project-url: https://github.com/orgs/fastapi/projects/2
22
+ github-token: ${{ secrets.PROJECTS_TOKEN }}
0 commit comments