Skip to content

Commit 9f35c35

Browse files
Fix YAML keys for issue and PR messages (#15)
2 parents 886f4b4 + 3b7489b commit 9f35c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323

24-
issue-message: |
24+
issue_message: |
2525
👋 Thanks for opening your first issue in StormCom!
2626
2727
A maintainer will review your issue soon. In the meantime,
@@ -32,7 +32,7 @@ jobs:
3232
3333
We appreciate your contribution to making StormCom better! 🚀
3434
35-
pr-message: |
35+
pr_message: |
3636
👋 Thanks for opening your first pull request in StormCom!
3737
3838
A maintainer will review your PR soon. Please make sure:

0 commit comments

Comments
 (0)