Skip to content

FIX (CI): Update First Contributor Greeting workflow inputs and add issue_message#5332

Open
ParthUppal523 wants to merge 3 commits intoMDAnalysis:developfrom
ParthUppal523:fix/ci-greeting-input
Open

FIX (CI): Update First Contributor Greeting workflow inputs and add issue_message#5332
ParthUppal523 wants to merge 3 commits intoMDAnalysis:developfrom
ParthUppal523:fix/ci-greeting-input

Conversation

@ParthUppal523
Copy link
Contributor

@ParthUppal523 ParthUppal523 commented Mar 23, 2026

This PR fixes the First Time Contributor Greetings workflow as observed in PR #5325 , PR #5331 and similar other PRs from new contributors, which was failing due to parameter mismatch with actions/first-interaction@v3 action. The action now requires inputs to be in snake_case (repo_token, pr_message) and treats issue_message as a mandatory field

Changes made in this Pull Request:

  • Updated repo-token to repo_token and pr-message to pr_message in .github/workflows/greetings.yml.
  • Added a standard issue_message to satisfy the action's requirements and welcome first-time issue creators.

LLM / AI generated code disclosure

LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: no

PR Checklist

  • Issue raised/referenced? Referenced failure in PR DOC: add documentation for 'all' keyword #5325
  • Tests updated/added? N/A
  • Documentation updated/added? N/A
  • package/CHANGELOG file updated?
  • Is your name in package/AUTHORS? (If it is not, add it!)
  • LLM/AI disclosure was updated.

Developers Certificate of Origin

I certify that I can submit this code contribution as described in the Developer Certificate of Origin, under the MDAnalysis LICENSE.


📚 Documentation preview 📚: https://mdanalysis--5332.org.readthedocs.build/en/5332/

@ParthUppal523
Copy link
Contributor Author

@BradyAJohnston, I've made the fix for First Time Contributor Greetings check as discussed in PR #5325

@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.84%. Comparing base (9f6d169) to head (457553d).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5332   +/-   ##
========================================
  Coverage    93.83%   93.84%           
========================================
  Files          182      182           
  Lines        22492    22492           
  Branches      3199     3199           
========================================
+ Hits         21106    21107    +1     
+ Misses         924      923    -1     
  Partials       462      462           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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