File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ jobs:
206
206
PR_NUM : ${{ github.event.number }}
207
207
uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
208
208
with :
209
+ message-id : url_to_docs
209
210
message : |
210
211
View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html
211
212
allow-repeats : false
Original file line number Diff line number Diff line change @@ -612,9 +612,9 @@ jobs:
612
612
if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }}
613
613
uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
614
614
with :
615
+ message-id : array_api_results
615
616
message : |
616
617
${{ env.MESSAGE }}
617
- refresh-message-position : true
618
618
619
619
cleanup_packages :
620
620
name : Clean up anaconda packages
You can’t perform that action at this time.
0 commit comments