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 @@ -146,7 +146,7 @@ jobs:
146
146
app-id : ${{ secrets.APIXBOT_APP_ID }}
147
147
private-key : ${{ secrets.APIXBOT_APP_PEM }}
148
148
- name : Comment PR
149
- uses :
marocchino/[email protected] .0
149
+ uses :
marocchino/[email protected] .1
150
150
with :
151
151
GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
152
152
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31
53
+ - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
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