Skip to content

Commit 9f05fc0

Browse files
chore: should recreate comment and hide previous one
1 parent 1eefcc5 commit 9f05fc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/accuracy-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ jobs:
4949
if: github.event_name == 'pull_request' && github.event.label.name == 'accuracy-tests'
5050
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2
5151
with:
52+
# Hides the previous comment and add a comment at the end
53+
hide_and_recreate: true
54+
hide_classify: "OUTDATED"
5255
path: .accuracy/test-brief.md

0 commit comments

Comments
 (0)