Skip to content

Commit

Permalink
feat: added greetings workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshsinghrathore committed Oct 2, 2023
1 parent 47ed2d0 commit b0f195d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Greetings'

on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and I look forward to work with you to resolve the issue. Keep up the great work!'
pr-message: 'Great job, @${{ github.actor }}! 🎉 Thank you for submitting your first pull request. Your contribution is valuable and I appreciate your efforts to improve my project.'
footer: 'I will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check my [contributing guidelines](https://github.com/dakshsinghrathore/ISRO-web/blob/main/CONTRIBUTING.md)'

0 comments on commit b0f195d

Please sign in to comment.