mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
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:
parent
b3387807c1
commit
dcb5d6d08e
1 changed files with 0 additions and 15 deletions
15
.github/workflows/first-pr-issue-message.yaml
vendored
15
.github/workflows/first-pr-issue-message.yaml
vendored
|
@ -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!
|
|
Loading…
Reference in a new issue