From 5f5c01fa8e4fe7e085b49d57114d5e1ead2a7b1a Mon Sep 17 00:00:00 2001 From: Rajaniraiyn R <72294760+Rajaniraiyn@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:12:00 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20`greetings.yml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..a501879 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -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."