chore: create add_to_triage_project workflow

This commit is contained in:
Matt Schile
2022-08-18 08:36:56 -06:00
committed by GitHub

View File

@@ -0,0 +1,20 @@
name: Add issue/PR to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-triage-project:
name: Add to triage project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/cypress-io/projects/9
github-token: ${{ secrets.GITHUB_TOKEN }}