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:
137
137
} > comment.md
138
138
cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
139
139
- name : Comment PR
140
- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
140
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
141
141
if : github.event.pull_request.head.repo.full_name == github.repository
142
142
with :
143
143
recreate : true
Original file line number Diff line number Diff line change 50
50
if echo "$labels" | grep -q "need-doc-review"; then
51
51
echo "review_needed=true" >> "$GITHUB_ENV"
52
52
fi
53
- - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
53
+ - uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
54
54
id : append_comment
55
55
if : env.review_needed == 'true'
56
56
with :
You can’t perform that action at this time.
0 commit comments