Skip to content

CI: First user interaction action in PR fails #5304

@orbeckst

Description

@orbeckst

Expected behavior

First time users should be greeted and asked to add themselves to AUTHORS. This is done with the actions/first-interaction

Actual behavior

Failed in PR #5298 , see
https://github.com/MDAnalysis/mdanalysis/actions/runs/22901915417/job/66450316552?pr=5298

output

Warning: Unexpected input(s) 'repo-token', 'pr-message', valid inputs are ['issue_message', 'pr_message', 'repo_token']
Run actions/first-interaction@v3
  with:
    repo-token: ***
    pr-message: Hello there first time contributor! Welcome to the MDAnalysis community! We ask that all contributors abide by our [Code of Conduct](https://www.mdanalysis.org/pages/conduct/) and that first time contributors introduce themselves on [GitHub Discussions](https://github.com/MDAnalysis/mdanalysis/discussions) so we can get to know you. You can learn more about [participating here](https://www.mdanalysis.org/#participating). Please also add yourself to `package/AUTHORS` as part of this PR.
    repo_token: ***
Running actions/first-interaction!
file:///home/runner/work/_actions/actions/first-interaction/v3/dist/index.js:27041
		        throw new Error(`Input required and not supplied: ${name}`);
		              ^

Error: Input required and not supplied: issue_message
    at Object.getInput (file:///home/runner/work/_actions/actions/first-interaction/v3/dist/index.js:27041:17)
    at run (file:///home/runner/work/_actions/actions/first-interaction/v3/dist/index.js:34844:38)
    at file:///home/runner/work/_actions/actions/first-interaction/v3/dist/index.js:34917:1
    at ModuleJob.run (node:internal/modules/esm/module_job:430:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:661:26)
    at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)

Node.js v24.13.1

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions