We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ea3e4 commit b636406Copy full SHA for b636406
.github/workflows/benchmark.yml
@@ -81,10 +81,12 @@ jobs:
81
82
- name: Post benchmark comparison
83
if: always()
84
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: peter-evans/create-or-update-comment@v4
85
with:
86
- header: benchmark
87
- path: comparison.md
+ issue-number: ${{ github.event.pull_request.number }}
+ body-path: comparison.md
88
+ comment-author: 'github-actions[bot]'
89
+ edit-mode: replace
90
91
- name: Upload benchmark artifacts
92
0 commit comments