From cf872e82585b2f02ebc24a83ddd1cc2d63ab924c Mon Sep 17 00:00:00 2001 From: CDC-IITDH <76999613+CDC-IITDH@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:18:17 +0530 Subject: [PATCH] Delete greetings.yml --- .github/workflows/greetings.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 3dd3fc7..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -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. '