Skip to content

Commit fbf84be

Browse files
committed
ci: don't even try to auto-add PRs to github project
Auto-adding PRs to the Github project is not working because the github-token is not available there.
1 parent d3dd838 commit fbf84be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/auto-add-to-project.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: Auto Add Issues and Pull Requests to Project
1+
name: Auto Add Issues to Project
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
74
issues:
85
types:
96
- opened

0 commit comments

Comments
 (0)