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:
223223 PR_NUM : ${{ github.event.number }}
224224 uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
225225 with :
226+ message-id : url_to_docs
226227 message : |
227228 View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html
228229 allow-repeats : false
Original file line number Diff line number Diff line change @@ -612,9 +612,9 @@ jobs:
612612 if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }}
613613 uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
614614 with :
615+ message-id : array_api_results
615616 message : |
616617 ${{ env.MESSAGE }}
617- refresh-message-position : true
618618
619619 cleanup_packages :
620620 name : Clean up anaconda packages
You can’t perform that action at this time.
0 commit comments