sfirke opened a new issue, #40505:
URL: https://github.com/apache/superset/issues/40505

   ### Bug description
   
   There is a GitHub Action that is appearing successful but is not actually 
doing anything, it's "Welcome New Contributor / welcome". It shows success on 
the main PR page, but there is no welcome message sent to new contributors, and 
in the task details it says:
   
   ```
   Warning: Unexpected input(s) 'repo-token', 'pr-message', valid inputs are 
['issue_message', 'pr_message', 'repo_token']
   Run actions/first-interaction@v3
   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:437:25)
       at async node:internal/modules/esm/loader:639:26
       at async asyncRunEntryPointWithESMLoader 
(node:internal/modules/run_main:101:5)
   ```
   
   And no message is posted.
   
   **Expected behavior**
   a) The message should post
   b) If it errors like this, the action should fail instead of showing success
   
   I would also like the message to include a link to this: 
https://github.com/apache/superset/wiki/New-Contributor-Welcome-&-Expectations
   
   Here's an example of such a failed run from today: 
https://github.com/apache/superset/actions/runs/26575544926/job/78293739315?pr=40500
   
   I believe the fix needs to happen in .github/workflows/welcome-new-users.yml
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   Not applicable
   
   ### Node version
   
   Not applicable
   
   ### Browser
   
   Not applicable
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [x] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [ ] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [x] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to