Comment on the pull request #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A CI configuration to post comments to PRs. | |
# | |
# This workflow will have permissions to create comments on the PR even if the | |
# original workflow couldn't. | |
name: Comment on the pull request | |
on: | |
workflow_run: | |
workflows: | |
- Publish | |
types: | |
- completed | |
jobs: | |
upload: | |
uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@main | |
permissions: | |
pull-requests: write |