Skip to content

Commit

Permalink
ci: don't even try to auto-add PRs to github project
Browse files Browse the repository at this point in the history
Auto-adding PRs to the Github project is not working because the
github-token is not available there.
  • Loading branch information
regisb committed Mar 5, 2024
1 parent 06be420 commit 7d2defd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-add-to-project.yml
@@ -1,9 +1,6 @@
name: Auto Add Issues and Pull Requests to Project
name: Auto Add Issues to Project

on:
pull_request:
types:
- opened
issues:
types:
- opened
Expand Down

0 comments on commit 7d2defd

Please sign in to comment.