Flake Review Comment #21
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
| # Comment half of the self-test. Triggered by the completion of "Flake Review Build". | |
| # Runs from main (workflow_run always reads the default branch's copy of this file), | |
| # in base-repo context, with a writable token — so it can post on fork PRs too. | |
| name: Flake Review Comment | |
| on: | |
| workflow_run: | |
| workflows: ["Flake Review Build"] | |
| types: [completed] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| actions: read | |
| jobs: | |
| comment: | |
| uses: ./.github/workflows/flake-review-comment-reusable.yml |