Skip to content

Commit 717ede9

Browse files
author
Ben M
authored
Merge pull request #617 from cypress-io/nagash77-patch-1
Create add-to-triage-board.yml
2 parents 16ef891 + fbd0f8d commit 717ede9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Add issue/PR to Triage Board'
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
pull_request_target:
7+
types:
8+
- opened
9+
jobs:
10+
add-to-triage-project-board:
11+
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml
12+
secrets: inherit

0 commit comments

Comments
 (0)