Skip to content

Commit 8ca4fd1

Browse files
committed
Use non-empty issue_message
1 parent 45770e7 commit 8ca4fd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable-welcome-new-contributors.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
uses: actions/first-interaction@v3
1414
with:
1515
repo_token: ${{ secrets.GITHUB_TOKEN }}
16-
issue_message: ""
16+
# Not currently used but must be supplied.
17+
issue_message: |
18+
Hello! 👋
1719
pr_message: |
1820
Hello! 👋
1921

0 commit comments

Comments
 (0)