Skip to content

fix(ci): update greetings workflow inputs to snake_case for first-interaction@v3 - #1929

Open
santusht06 wants to merge 1 commit into
komalharshita:mainfrom
santusht06:fix/greetings-workflow-inputs
Open

fix(ci): update greetings workflow inputs to snake_case for first-interaction@v3#1929
santusht06 wants to merge 1 commit into
komalharshita:mainfrom
santusht06:fix/greetings-workflow-inputs

Conversation

@santusht06

@santusht06 santusht06 commented Aug 24, 2026

Copy link
Copy Markdown

Summary [required]

Fixes a bug in .github/workflows/greetings.yml where actions/first-interaction@v3 was failing on every new issue and pull request with the error:

Unexpected input(s) 'repo-token', 'issue-message', 'pr-message', valid inputs are ['issue_message', 'pr_message', 'repo_token']

This PR changes the inputs from kebab-case (repo-token, issue-message, pr-message) to snake_case (repo_token, issue_message, pr_message).

Related Issue [required]

Closes #N/A (CI fix)

Type of Change [required]

  • Bug fix — resolves a broken behaviour
  • Feature — adds new functionality
  • Data — adds new projects to data/projects.json
  • Documentation — updates docs, README, or code comments only
  • Style — CSS or visual changes only, no logic change
  • Refactor — restructures code without changing behaviour
  • Test — adds or updates tests

What Was Changed [required]

File Change made
.github/workflows/greetings.yml Corrected input names to repo_token, issue_message, and pr_message to match actions/first-interaction@v3 specification.

How to Test This PR [required]

  1. Inspect .github/workflows/greetings.yml
  2. Verify input names match actions/first-interaction@v3 specification: repo_token, issue_message, pr_message.

Self-Review Checklist [required]

  • I have read CONTRIBUTING.md and followed all guidelines
  • My branch name follows the convention: fix/
  • I have not modified files outside the scope of this fix

@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

@santusht06 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc-2026 type:bug Something isn't working labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc-2026 type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant