mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 00:59:47 -06:00
chore: create add_to_triage_project workflow
This commit is contained in:
20
.github/workflows/add_to_triage_project.yml
vendored
Normal file
20
.github/workflows/add_to_triage_project.yml
vendored
Normal 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 }}
|
||||
|
||||
Reference in New Issue
Block a user