23 lines
444 B
YAML
23 lines
444 B
YAML
name: Add bugs to Bug Hunting
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
- labeled
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- labeled
|
|
|
|
jobs:
|
|
bug-hunting:
|
|
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/1
|
|
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
|
|
labeled: 🐛%20bug
|