Skip to content

Commit 79253a1

Browse files
committed
Disable Add to project action for now
1 parent 7f65138 commit 79253a1

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed
Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
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

0 commit comments

Comments
 (0)