Create greetings.yml

This commit is contained in:
Dr. Mia von Steinkirch 2020-03-26 15:50:13 -07:00 committed by GitHub
parent 01edeb5783
commit 4161c6c543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'