Delete greetings.yml

This commit is contained in:
CDC-IITDH 2021-10-27 11:18:17 +05:30 committed by GitHub
parent 06fd2433c6
commit cf872e8258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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. '