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 98e226c commit 9b1fdd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Auto Add Issues and Pull Requests to Project

on:
pull_request:
types:
- opened
issues:
types:
- opened

jobs:
# https://github.com/actions/add-to-project
add-to-project:
add-to-proje
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9b1fdd9

Please sign in to comment.