Skip to content

Commit message missing from Cypress Cloud when cypress/included container is used in GitHub Actions #1373

Commit message missing from Cypress Cloud when cypress/included container is used in GitHub Actions

Commit message missing from Cypress Cloud when cypress/included container is used in GitHub Actions #1373

name: 'Handle Comment Workflow'
on:
issue_comment:
types:
- created
jobs:
closed-issue-comment:
# skip in fork
if: github.repository == 'cypress-io/github-action'
uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
secrets: inherit