Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 1b51660

Browse files
zrosenbauerclaude
andcommitted
fix(ci): update first-interaction input names for v3
The `actions/first-interaction@v3` renamed inputs from kebab-case to snake_case (`repo_token`, `issue_message`, `pr_message`). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ec65fd2 commit 1b51660

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/welcome.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/first-interaction@v3
2525
with:
26-
repo-token: ${{ secrets.GITHUB_TOKEN }}
27-
issue-message: >
26+
repo_token: ${{ secrets.GITHUB_TOKEN }}
27+
issue_message: >
2828
Thanks for opening your first issue! The Joggr team will review
2929
this shortly.
30-
pr-message: >
30+
pr_message: >
3131
Thanks for your first pull request! The Joggr team will review
3232
this shortly.

0 commit comments

Comments
 (0)