Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #624 from anchore/rprince/first-pr
Browse files Browse the repository at this point in the history
Add the first PR message trigger
  • Loading branch information
Robert Prince committed Sep 18, 2020
2 parents 45f1739 + ae6f6ef commit 21316ac
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/first_issue.yml
@@ -1,6 +1,6 @@
name: Greetings

on: [issues]
on: [pull_request, issues]

jobs:
greeting:
Expand All @@ -14,8 +14,18 @@ jobs:
Thank you for being part of the Anchore community!
[Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png)
![Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png)
An Anchorite will look at your issue soon. We also have great [documentation](https://docs.anchore.com/current/), including [FAQs](https://docs.anchore.com/current/docs/faq/) and [release notes](https://docs.anchore.com/current/docs/releasenotes/).
You can also find our [contribution guidelines here](https://github.com/anchore/anchore-engine/blob/master/CONTRIBUTING.rst). Thank you again!
pr-message: |-
Hello ${{ github.actor }},
Thank you for being part of the Anchore community!
![Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png)
An Anchorite will look at your PR soon. We value your contribution.
Please review our [contribution guidelines here](https://github.com/anchore/anchore-engine/blob/master/CONTRIBUTING.rst). Thank you again!

0 comments on commit 21316ac

Please sign in to comment.