From 06fd2433c662ad03b177d2e4b7ffe67570511bc4 Mon Sep 17 00:00:00 2001 From: CDC-IITDH <76999613+CDC-IITDH@users.noreply.github.com> Date: Mon, 25 Oct 2021 21:49:51 +0530 Subject: [PATCH] Create greetings.yml --- .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..3dd3fc7 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -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! Thanks for Contributing to CDC Placement Backend Repository' + pr-message: 'Congratulations! You have made your First PR. Well Done!! Your PR will be reviewed soon. '