Update and rename bug-hunting.yml to add-to-project.yml
parent
5587867598
commit
c7288bb822
|
@ -11,7 +11,7 @@ on:
|
||||||
- labeled
|
- labeled
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bug-hunting:
|
add-to-project:
|
||||||
name: Add issue to project
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -19,4 +19,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
project-url: https://github.com/orgs/calcom/projects/1
|
project-url: https://github.com/orgs/calcom/projects/1
|
||||||
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
|
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
labeled: '🐛 bug'
|
labeled: 🐛 bug, 🎨 needs design, 🙋🏻♂️help wanted, 🚨 urgent
|
Loading…
Reference in New Issue