From ec09cec6bdf3b7fe8122ae65a05b85a4abf30cdf Mon Sep 17 00:00:00 2001 From: Nishita Matlani <86043614+Nishieee@users.noreply.github.com> Date: Thu, 28 May 2026 23:53:38 -0400 Subject: [PATCH] fix(ci): correct first-interaction inputs in welcome workflow (#40508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com> --- .github/workflows/welcome-new-users.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index e4a05700612..00357aa7c7e 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -13,10 +13,15 @@ jobs: steps: - name: Welcome Message uses: actions/first-interaction@v3 - continue-on-error: true with: - repo-token: ${{ github.token }} - pr-message: |- + repo_token: ${{ github.token }} + issue_message: |- + Congrats on opening your first issue and thank you for contributing to Superset! :tada: :heart: + + Please read our [New Contributor Welcome & Expectations](https://github.com/apache/superset/wiki/New-Contributor-Welcome-&-Expectations) guide. + pr_message: |- Congrats on making your first PR and thank you for contributing to Superset! :tada: :heart: + Please read our [New Contributor Welcome & Expectations](https://github.com/apache/superset/wiki/New-Contributor-Welcome-&-Expectations) guide. + We hope to see you in our [Slack](https://apache-superset.slack.com/) community too! Not signed up? Use our [Slack App](http://bit.ly/join-superset-slack) to self-register.