Skip to content

Commit 0f463e9

Browse files
committed
Specify message-id per mshick/add-pr-comment step
1 parent 10ccdb3 commit 0f463e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)