Skip to content

fix(ci): align greetings workflow inputs with first-interaction@v3#3365

Open
RecreationalMath wants to merge 1 commit intoLightning-AI:masterfrom
RecreationalMath:fix/greetings-action-v3-inputs
Open

fix(ci): align greetings workflow inputs with first-interaction@v3#3365
RecreationalMath wants to merge 1 commit intoLightning-AI:masterfrom
RecreationalMath:fix/greetings-action-v3-inputs

Conversation

@RecreationalMath
Copy link
Copy Markdown

@RecreationalMath RecreationalMath commented Apr 24, 2026

What does this PR do?

The greetings workflow fails on every new issue/PR because actions/first-interaction@v3 renamed its inputs from kebab-case to snake_case. This PR updates the three input keys:

  • repo-token -> repo_token
  • issue-message -> issue_message
  • pr-message -> pr_message

No message or behaviour changes. Example failing run: 24886149392 (triggered by opening #3364).

Before submitting
  • (Not required, because typo PR) Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • (Not required) Did you make sure to update the docs?
  • (Not required) Did you write any new necessary tests?
PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Oh yes, small kick of knowing no new contributor will get "[Lightning-AI/torchmetrics] Run failed: Greetings" as their welcome email anymore.


📚 Documentation preview 📚: https://torchmetrics--3365.org.readthedocs.build/en/3365/

The v3 action renamed inputs from kebab-case to snake_case.
Rename repo-token/issue-message/pr-message to the new names
so the workflow stops failing on every new issue and PR
@RecreationalMath
Copy link
Copy Markdown
Author

Heads-up: the two failing unittests.yml / Lit Job checks look unrelated to this PR. This PR only renames three input keys in .github/workflows/greetings.yml and doesn't touch any Python or test code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant