remove greeter action since it is broken for forked PRs (#223)

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2020-10-15 10:20:09 -04:00 committed by GitHub
parent b3387807c1
commit dcb5d6d08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +0,0 @@
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!