Skip to content

Commit 8fd25a3

Browse files
zeevdrclaude
andauthored
fix(ci): use underscore input names for first-interaction@v3 (#22)
v3 renamed inputs to repo_token / issue_message / pr_message (underscores). With v1 hyphenated names, the action errors: "Input required and not supplied: issue_message" on every PR. Mirrors opendecree/decree#188. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e7284ce commit 8fd25a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/first-interaction@v3
1919
with:
20-
repo-token: ${{ secrets.GITHUB_TOKEN }}
21-
issue-message: |
20+
repo_token: ${{ secrets.GITHUB_TOKEN }}
21+
issue_message: |
2222
Thanks for opening your first issue! We'll take a look soon.
2323
2424
In the meantime, search [Discussions](https://github.com/opendecree/decree/discussions) for related topics.
25-
pr-message: |
25+
pr_message: |
2626
Thanks for your first pull request! We appreciate the contribution.
2727
2828
Before review, please make sure tests pass: `cd sdk && pytest`

0 commit comments

Comments
 (0)