Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
repo_token: ${{ secrets.GITHUB_TOKEN }}
pr_message: |
👋 Thanks for opening your first pull request against **Tsim**!

A quick note on contribution terms: by submitting this PR you
Expand All @@ -37,7 +37,7 @@ jobs:
for commit messages.

We'll get to your PR as soon as we can. Thanks for contributing!
issue-message: |
issue_message: |
👋 Thanks for opening your first issue against **Tsim**!

A maintainer will take a look soon. To help us resolve it
Expand Down
Loading