Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaashu committed Dec 30, 2024
1 parent cd6dcd4 commit a2e2049
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2e2049

Please sign in to comment.