Comment on the pull request #52
This file contains hidden or 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
| # Copyright 2025 The Flutter Authors. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # A CI configuration for pub-publish to write comments on PRs. | |
| 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 |