File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6161 echo 'A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.' >> body.md
6262 echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
6363
64+ - name : Find Comment
65+ uses : peter-evans/find-comment@v2
66+ id : fcbenchmark
67+ with :
68+ issue-number : ${{ github.event.pull_request.number }}
69+ comment-author : ' github-actions[bot]'
70+ body-includes : Benchmark Results
71+
6472 - name : Comment on PR
6573 uses : peter-evans/create-or-update-comment@v3
6674 with :
75+ comment-id : ${{ steps.fcbenchmark.outputs.comment-id }}
6776 issue-number : ${{ github.event.pull_request.number }}
6877 body-path : body.md
78+ edit-mode : replace
You can’t perform that action at this time.
0 commit comments