Skip to content

Commit b636406

Browse files
Replace marocchino/sticky-pull-request-comment with peter-evans/create-or-update-comment
1 parent d8ea3e4 commit b636406

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ jobs:
8181
8282
- name: Post benchmark comparison
8383
if: always()
84-
uses: marocchino/sticky-pull-request-comment@v2
84+
uses: peter-evans/create-or-update-comment@v4
8585
with:
86-
header: benchmark
87-
path: comparison.md
86+
issue-number: ${{ github.event.pull_request.number }}
87+
body-path: comparison.md
88+
comment-author: 'github-actions[bot]'
89+
edit-mode: replace
8890

8991
- name: Upload benchmark artifacts
9092
if: always()

0 commit comments

Comments
 (0)