| name: Comment on the pull request | |
| permissions: | |
| contents: read | |
| 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: # zizmor: ignore[dangerous-triggers] | |
| workflows: | |
| - Health | |
| - Publish | |
| types: | |
| - completed | |
| jobs: | |
| upload: | |
| uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@cda8bd535dfbcff45010bc3c843d325682f944b2 | |
| permissions: | |
| pull-requests: write |