Add first issue/PR welcome message action (#168)

* Add first issue/PR welcome message action

Signed-off-by: Robert Prince <robert.prince@anchore.com>

* update first-pr-issue message with a simple greeting

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* simplify first message to a greeting

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

Co-authored-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Robert Prince 2020-10-09 07:20:08 -07:00 committed by GitHub
parent 4ca218733b
commit 9363f27627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
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: |-
Hey :wave:! Welcome to the repo and thanks for reporting, we'll review this issue soon!
pr-message: |-
Hey :wave:! Welcome to the repo and thanks for your contribution, we'll review your PR soon!