We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
issue_message
1 parent 5b1809f commit d184572Copy full SHA for d184572
1 file changed
.github/workflows/pull-request-comments.yml
@@ -32,6 +32,10 @@ jobs:
32
- name: Post a welcome comment
33
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
34
with:
35
+ # While issues are disabled for this repository, this action requires both message inputs.
36
+ # See https://github.com/actions/first-interaction/issues/365.
37
+ issue_message: |
38
+ "Baseball is dull only to dull minds." - Red Barber
39
pr_message: >
40
Hi there! 👋
41
0 commit comments