add Greeting action (#843)

* add Greeting action

* Update greetings.yml

Co-authored-by: William Falcon <waf2107@columbia.edu>
This commit is contained in:
Jirka Borovec 2020-02-16 02:32:07 +01:00 committed by GitHub
parent a4262996e5
commit 2d2f94ddb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
name: Greetings
# https://github.com/marketplace/actions/first-interaction
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
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!'