File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed
Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Original file line number Diff line number Diff line change 1- name : Add to Project
2-
3- # Disabled - this workflow is specific to the FastAPI organization
4- # on:
5- # pull_request_target:
6- # issues:
7- # types:
8- # - opened
9- # - reopened
10- on :
11- workflow_dispatch : # Manual trigger only
12-
13- jobs :
14- add-to-project :
15- name : Add to project
16- runs-on : ubuntu-latest
17- # Disable this workflow - it's specific to the FastAPI organization
18- if : false
19- steps :
20- - uses : actions/add-to-project@v1.0.2
21- with :
22- project-url : https://github.com/orgs/fastapi/projects/2
23- github-token : ${{ secrets.PROJECTS_TOKEN }}
1+ # This workflow has been disabled because it's specific to the FastAPI organization
2+ # and requires a PROJECTS_TOKEN secret that doesn't exist in user repositories.
3+ #
4+ # Original workflow attempted to add PRs and issues to:
5+ # https://github.com/orgs/fastapi/projects/2
6+ #
7+ # To re-enable for your own project board, you would need to:
8+ # 1. Create a Personal Access Token with 'project' scope
9+ # 2. Add it as PROJECTS_TOKEN secret
10+ # 3. Update the project-url to your own project board
You can’t perform that action at this time.
0 commit comments