We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e349111 commit c2b94e8Copy full SHA for c2b94e8
2 files changed
.github/workflows/post-pr-comment.yml
@@ -2,7 +2,7 @@
2
# .github/workflows/qhelp-pr-preview.yml
3
# See that file for more info.
4
5
-name: Add PR comment with QHelp preview
+name: Post PR comment
6
on:
7
workflow_run:
8
workflows: [Render QHelp changes]
.github/workflows/qhelp-pr-preview.yml
@@ -5,7 +5,7 @@
# It also writes the PR number to `pr_number.txt`.
# These three files are uploaded as an artifact.
-# When this workflow completes, the workflow "Add PR comment with QHelp preview" runs.
+# When this workflow completes, the workflow "Post PR comment" runs.
9
# It downloads the artifact and adds a comment to the PR with the rendered
10
# QHelp.
11
0 commit comments