diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 2a07c4d8..9d3f7cf2 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -26,14 +26,13 @@ jobs: # Sending a custom greeting message to issues and PRs - name: Welcome new issue or PR - uses: EddieHubCommunity/gh-action-welcome@v1 + uses: actions/first-interaction@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: | Welcome, @${{ github.actor }}! Your issue is like a spark that ignites innovation. We're thrilled to dive into it and work together to find a solution. pr-message: | Great job, @${{ github.actor }}! 🎉 Thank you for opening a pull request. Your contribution is valuable and we appreciate your efforts to improve our project. - footer: | Soon the maintainers/owner will review it and provide you with feedback/suggestions. # Optional: Adding logging for better error handling and debugging