blob: dead531a8201968cb9dc17f41d472a739021349f [file] [log] [blame] [edit]
name: Comment on the pull request
permissions: read-all
on:
# Trigger this workflow after the Health workflow completes. This workflow will have permissions to
# do things like create comments on the PR, even if the original workflow couldn't.
workflow_run:
workflows:
- Publish
- Health
types:
- completed
jobs:
upload:
uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@main
permissions:
pull-requests: write