2022-07-04 19:57:05 +00:00
|
|
|
|
name: Add bugs to Bug Hunting
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
issues:
|
|
|
|
|
types:
|
|
|
|
|
- opened
|
|
|
|
|
- labeled
|
|
|
|
|
pull_request:
|
|
|
|
|
types:
|
|
|
|
|
- opened
|
|
|
|
|
- labeled
|
|
|
|
|
|
|
|
|
|
jobs:
|
2022-07-11 23:41:55 +00:00
|
|
|
|
add-to-project:
|
2022-07-04 19:57:05 +00:00
|
|
|
|
name: Add issue to project
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
2022-07-04 19:58:32 +00:00
|
|
|
|
- uses: actions/add-to-project@v0.1.0
|
2022-07-04 19:57:05 +00:00
|
|
|
|
with:
|
2022-10-12 16:33:39 +00:00
|
|
|
|
project-url: https://github.com/orgs/calcom/projects/9
|
2022-07-04 19:57:05 +00:00
|
|
|
|
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
|
2022-10-12 16:33:39 +00:00
|
|
|
|
labeled: 🙋🏻♂️help wanted
|