Skip to content

docs(gh action): use correct workflow yaml syntax #817

docs(gh action): use correct workflow yaml syntax

docs(gh action): use correct workflow yaml syntax #817

name: 'Handle Comment Workflow'
on:
issue_comment:
types:
- created
jobs:
closed-issue-comment:
uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
secrets: inherit