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:
Régis Behmo 2024-03-05 11:51:51 +05:00
parent 98e226c501
commit 9b1fdd9773

View File

@ -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: