cloudflare/cloudflare-typescript

Public

mirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
triage

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/workflows/triage.yml

16lines · modecode

1name: Add bugs to triage board
2
3on:
4 issues:
5 types:
6 - opened
7
8jobs:
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 }}