Skip to content

Commit 57f0e3f

Browse files
committed
Remove actions to add new PRs and issues to a project board
The project doesn't seem to exist, so this always fails.
1 parent 04f198b commit 57f0e3f

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/issue-opened-workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ jobs:
1414
- name: add_assignees
1515
run: |
1616
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN}}" https://api.github.com/repos/${{github.repository}}/issues/${{ github.event.issue.number}}/assignees -d '{"assignees":["${{steps.oncall.outputs.CURRENT}}"]}'
17-
18-
- uses: actions/add-to-project@v0.4.0
19-
name: Add to Project Board
20-
with:
21-
project-url: https://github.com/orgs/actions/projects/12
22-
github-token: ${{ secrets.CACHE_BOARD_TOKEN }}

.github/workflows/pr-opened-workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ jobs:
1818
- name: Add Assignee
1919
run: |
2020
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN}}" https://api.github.com/repos/${{github.repository}}/issues/${{ github.event.pull_request.number}}/assignees -d '{"assignees":["${{steps.oncall.outputs.CURRENT}}"]}'
21-
22-
- uses: actions/add-to-project@v0.4.0
23-
name: Add to Project Board
24-
with:
25-
project-url: https://github.com/orgs/actions/projects/12
26-
github-token: ${{ secrets.CACHE_BOARD_TOKEN }}

0 commit comments

Comments
 (0)