| # A CI configuration to write comments on PRs. | |
| name: Comment on the pull request | |
| permissions: read-all | |
| on: | |
| workflow_run: | |
| workflows: | |
| - Publish | |
| types: | |
| - completed | |
| jobs: | |
| upload: | |
| uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@main | |
| permissions: | |
| pull-requests: write |