mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01: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
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…
x
Reference in New Issue
Block a user