Skip to content

Commit

Permalink
Merge pull request shelcia#331 from praptisharma28/githubworkflow
Browse files Browse the repository at this point in the history
Greeting action added
  • Loading branch information
shelcia authored Jan 25, 2024
2 parents 24737ae + e308f20 commit 4adc24a
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 Dynamic Portfolio repository.🎊 Thank you so much for taking the time to point this out.🙌'
pr-message: 'Hey, @${{ github.actor }} welcome to Dynamic Portfolio repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'

0 comments on commit 4adc24a

Please sign in to comment.