Delete greetings.yml
This commit is contained in:
parent
fd3f45bb4f
commit
3a6c1c7422
|
@ -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. '
|
|
Loading…
Reference in New Issue