We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c97fd commit 259d8b2Copy full SHA for 259d8b2
.github/workflows/add-to-triage-board.yml
@@ -1,4 +1,4 @@
1
-name: Add issue/PR to Triage Board
+name: 'Add issue/PR to Triage Board'
2
on:
3
issues:
4
types:
@@ -7,6 +7,7 @@ on:
7
8
- opened
9
jobs:
10
+ name: 'Add to Triage Board'
11
add-to-triage-project-board:
- uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml
12
+ uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@master
13
secrets: inherit
0 commit comments