We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcec94 commit 385ebb0Copy full SHA for 385ebb0
1 file changed
.github/workflows/greetings.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/first-interaction@v3
19
with:
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
- issue-message: >
+ issue_message: >
22
👋 Welcome to BrainPy! Thank you for opening your first issue.
23
24
@@ -36,7 +36,7 @@ jobs:
36
37
38
Happy coding! 🧠✨
39
- pr-message: >
+ pr_message: >
40
🎉 Congratulations on opening your first pull request in BrainPy! Thank you for
41
your contribution!
42
0 commit comments