Drop greetings comment (#5563)

Co-authored-by: chaton <thomas@grid.ai>
This commit is contained in:
Carlos Mocholí 2021-01-19 11:59:26 +01:00 committed by Jirka Borovec
parent f72d93974c
commit fd6b3ec349
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
name: Greetings
# https://github.com/marketplace/actions/first-interaction
on: [issues] # pull_request
jobs:
greeting:
runs-on: ubuntu-20.04
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! thanks for your contribution!, great first issue!'
pr-message: 'Hey thanks for the input! Please give us a bit of time to review it!'