Skip to content

Merge pull request #492 from Ayushmaanagarwal1211/Contributors-page #409

Merge pull request #492 from Ayushmaanagarwal1211/Contributors-page

Merge pull request #492 from Ayushmaanagarwal1211/Contributors-page #409

Workflow file for this run

name: "Greetings"
on:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
pr-message: |
Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.