Skip to content

Commit

Permalink
Add missing message-id to step which modifies PR comment (#2292)
Browse files Browse the repository at this point in the history
`message-id` was added per #2271 to `mshick/add-pr-comment` steps in
GitHub workflows, but one of the places was missing.

The PR proposes to resolve that and to set the expected id, otherwise
the affected step couldn't find the PR comment to update it (since
`message-id: add-pr-comment` which it built by default differs).
  • Loading branch information
antonwolfy authored Feb 3, 2025
1 parent eb3542c commit 2ac196c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ jobs:
- name: Modify the comment with URL to official documentation
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
with:
message-id: url_to_docs
find: |
View rendered docs @.+
replace: |
Expand Down

0 comments on commit 2ac196c

Please sign in to comment.