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 @@ -223,6 +223,7 @@ jobs:
223
223
PR_NUM : ${{ github.event.number }}
224
224
uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
225
225
with :
226
+ message-id : url_to_docs
226
227
message : |
227
228
View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html
228
229
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