Add greetings.yml

This commit is contained in:
Rajaniraiyn R 2022-07-19 16:12:00 +05:30 committed by GitHub
parent 1012308fba
commit 5f5c01fa8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Greetings
on: [pull_request_target, 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: "Thankyou for helping us to improve towards more quality standards. We will respond to this your's as soon as possible"
pr-message: "Thankyou 💖 for improving this list. We'll reach you out soon."