Skip to content

FormatCheckComment

FormatCheckComment #1

name: "Format Check Comment"
on:
workflow_run:
workflows:
- "Format Check"
types:
- "completed"
jobs:
comment:
name: "Format Check Comment"
if: "github.event.workflow_run.event == 'pull_request'"
permissions:
pull-requests: "write"
actions: "read"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
secrets: "inherit"