Skip to content

Commit

Permalink
Update Greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhavKrishanGoswami authored Oct 10, 2024
1 parent 82d4a51 commit ec90822
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/Greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
- name: Send Greeting Message
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
pr-message: |
Hi @{{ github.actor }},
Hi @${{ github.actor }},
Thanks for opening this PR! We appreciate your contribution and will review it as soon as we can. We’ll get back to you with any feedback or updates shortly.
Cheers🥂,
The Team

0 comments on commit ec90822

Please sign in to comment.