diff --git a/.github/workflows/build-sphinx.yml b/.github/workflows/build-sphinx.yml index 8376f702f1a..9858f146220 100644 --- a/.github/workflows/build-sphinx.yml +++ b/.github/workflows/build-sphinx.yml @@ -206,6 +206,7 @@ jobs: PR_NUM: ${{ github.event.number }} uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 with: + message-id: url_to_docs message: | View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html allow-repeats: false diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index c284c173e9d..7e617c241f2 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -612,9 +612,9 @@ jobs: if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }} uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 with: + message-id: array_api_results message: | ${{ env.MESSAGE }} - refresh-message-position: true cleanup_packages: name: Clean up anaconda packages