Delete greetings.yml

This commit is contained in:
Ayush Bhardwaj 2020-10-04 21:24:06 +05:30 committed by GitHub
parent 79840fb99c
commit 3a41510cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello!, Thanks for raising the issue, we will get back to you very soon.'
pr-message: 'Hello!, Thanks for your contribution. Please make sure you follow our Contribution Guildelines.'