remove "Add bugs to Bug Hunting" workflow (#5901)

not needed anymore
This commit is contained in:
Peer Richelsen 2022-12-07 21:09:01 +01:00 committed by GitHub
parent 8c001e0d34
commit 80c96ea5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +0,0 @@
name: Add bugs to Bug Hunting
on:
issues:
types:
- opened
- labeled
pull_request:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/calcom/projects/9
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
labeled: 🙋🏻help wanted