We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1ca79 commit 4793b07Copy full SHA for 4793b07
.github/workflows/add-issue-to-triage-board.yml
@@ -8,5 +8,7 @@ on:
8
- opened
9
jobs:
10
add-to-triage-project-board:
11
+ # skip in fork
12
+ if: github.repository == 'cypress-io/github-action'
13
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
14
secrets: inherit
.github/workflows/triage_closed_issue_comment.yml
@@ -5,5 +5,7 @@ on:
5
- created
6
7
closed-issue-comment:
uses: cypress-io/cypress/.github/workflows/triage_closed_issue_comment.yml@develop
0 commit comments