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.
This commit is contained in:
parent
8b1c93d900
commit
f68719de86
5
.github/workflows/auto-add-to-project.yml
vendored
5
.github/workflows/auto-add-to-project.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
name: Auto Add Issues and Pull Requests to Project
|
name: Auto Add Issues to Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
issues:
|
issues:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user