Skip to content

Commit

Permalink
Merge pull request #145 from JiyaGupta-cs/main
Browse files Browse the repository at this point in the history
feat: Added greetings to Github Workflow
  • Loading branch information
jaysomani authored Feb 11, 2024
2 parents 40068a6 + 02e945d commit 66566f2
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 FirstSpot repository.🎊 Thank you so much for taking the time to point this out.🙌'
pr-message: 'Hey, @${{ github.actor }} welcome to FirstSpot repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'

0 comments on commit 66566f2

Please sign in to comment.