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-15 20:32:07 -05:00
committed by GitHub
co-authored by William Falcon
parent a4262996e5
commit 2d2f94ddb6
+14
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!'