Skip to content

ci: fix Greetings workflow inputs for actions/first-interaction@v3 - #152

Merged
JosunLP merged 1 commit into
devfrom
fix/greetings-action-input-names
Jun 27, 2026
Merged

ci: fix Greetings workflow inputs for actions/first-interaction@v3#152
JosunLP merged 1 commit into
devfrom
fix/greetings-action-input-names

Conversation

@JosunLP

@JosunLP JosunLP commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Problem

The Greetings workflow fails on every first-time issue/PR:

Error: Input required and not supplied: issue_message
##[warning]Unexpected input(s) 'repo-token', 'issue-message', 'pr-message',
valid inputs are ['issue_message', 'pr_message', 'repo_token']

actions/first-interaction@v3 renamed its inputs to snake_case, but .github/workflows/greetings.yml still passes the old kebab-case names (repo-token, issue-message, pr-message). The action reads them as missing and aborts before posting the greeting.

Fix

Rename the three inputs to the v3 names: repo_token, issue_message, pr_message. Message content is unchanged.

Surfaced by the Greetings run on #151.

🤖 Generated with Claude Code

`actions/first-interaction@v3` renamed its inputs to snake_case
(`issue_message`, `pr_message`, `repo_token`). The workflow still passed the
old kebab-case names, so the action aborted on every first-time issue/PR with
`Error: Input required and not supplied: issue_message`.

Rename the three inputs to match v3.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: dbb43a85-9ec5-47a5-a345-0519ccfa244e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/greetings-action-input-names

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the ci/cd Changes to the action workflows label Jun 27, 2026
@JosunLP
JosunLP merged commit 2e47103 into dev Jun 27, 2026
9 checks passed
@JosunLP
JosunLP deleted the fix/greetings-action-input-names branch June 27, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd Changes to the action workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant