Skip to content

Commit

Permalink
feat: Greetings.yml added
Browse files Browse the repository at this point in the history
closes #33
  • Loading branch information
praptisharma28 committed Jan 31, 2024
1 parent 301f690 commit 35268d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hey, @${{ github.actor }} welcome to Sarthi repository.🎊 Thank you so much for taking the time to point this out.🙌'
pr-message: 'Hey, @${{ github.actor }} welcome to Sarthi repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'

0 comments on commit 35268d6

Please sign in to comment.