Merge branch 'CDC-IITDH:main' into main

This commit is contained in:
Samriddha Chattopadhyay Chattopadhyay 2021-10-26 23:18:29 +05:30 committed by GitHub
commit 6f204bcd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

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