File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 } > comment.md
138138 cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
139139 - name : Comment PR
140- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
140+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
141141 if : github.event.pull_request.head.repo.full_name == github.repository
142142 with :
143143 recreate : true
Original file line number Diff line number Diff line change 5050 if echo "$labels" | grep -q "need-doc-review"; then
5151 echo "review_needed=true" >> "$GITHUB_ENV"
5252 fi
53- - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
53+ - uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
5454 id : append_comment
5555 if : env.review_needed == 'true'
5656 with :
You can’t perform that action at this time.
0 commit comments