Skip to content

Commit c2b94e8

Browse files
committed
Rename workflow to reflect its generic nature
This workflow can (pretty much) be used by any other workflow that wants to post a PR comment.
1 parent e349111 commit c2b94e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# .github/workflows/qhelp-pr-preview.yml
33
# See that file for more info.
44

5-
name: Add PR comment with QHelp preview
5+
name: Post PR comment
66
on:
77
workflow_run:
88
workflows: [Render QHelp changes]

.github/workflows/qhelp-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# It also writes the PR number to `pr_number.txt`.
66
# These three files are uploaded as an artifact.
77

8-
# When this workflow completes, the workflow "Add PR comment with QHelp preview" runs.
8+
# When this workflow completes, the workflow "Post PR comment" runs.
99
# It downloads the artifact and adds a comment to the PR with the rendered
1010
# QHelp.
1111

0 commit comments

Comments
 (0)