Skip to content

Workflow failure .github/workflows/triage-closed-issue-comment.yml #50

Workflow failure .github/workflows/triage-closed-issue-comment.yml

Workflow failure .github/workflows/triage-closed-issue-comment.yml #50

name: 'Add issue/PR to Triage Board'
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-triage-project-board:
# skip in fork
if: github.repository == 'cypress-io/cypress-example-todomvc'
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
secrets: inherit