Auto adds bugs to bug hunting view

pull/3226/head
zomars 2022-07-04 13:57:05 -06:00
parent 7170fadff8
commit a1d8fb0b46
1 changed files with 22 additions and 0 deletions

22
.github/bug-hunting.yml vendored Normal file
View File

@ -0,0 +1,22 @@
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@RELEASE_VERSION
with:
project-url: https://github.com/orgs/calcom/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
labeled: 🐛%20bug