Skip to content

Commit 469f633

Browse files
committed
Specify message-id per mshick/add-pr-comment step
1 parent 3dd57a6 commit 469f633

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
@@ -206,6 +206,7 @@ jobs:
206206
PR_NUM: ${{ github.event.number }}
207207
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
208208
with:
209+
message-id: url_to_docs
209210
message: |
210211
View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html
211212
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)