cloudflare/cloudflare-typescript
Publicmirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable
.github/workflows/triage.yml
16lines · modecode
| 1 | name: Add bugs to triage board |
| 2 | |
| 3 | on: |
| 4 | issues: |
| 5 | types: |
| 6 | - opened |
| 7 | |
| 8 | jobs: |
| 9 | add-to-project: |
| 10 | name: Add issue to project |
| 11 | runs-on: ubuntu-latest |
| 12 | steps: |
| 13 | - uses: actions/add-to-project@v1.0.2 |
| 14 | with: |
| 15 | project-url: https://github.com/orgs/cloudflare/projects/47 |
| 16 | github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |