From b2facb232437c004c2bf6380a7985cf057faecfb Mon Sep 17 00:00:00 2001 From: Sam Yamashita <1587053+sotayamashita@users.noreply.github.com> Date: Sun, 17 Jun 2018 23:22:35 +0900 Subject: [PATCH] docs(readme): add vulnerabilities badge --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04133ee..ba07894 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ [codacy badge]: https://api.codacy.com/project/badge/Grade/9bb804751e0f4309b7b72f2183e8cdc8 [codacy url]: https://www.codacy.com/app/pr-triage/pr-triage?utm_source=github.com&utm_medium=referral&utm_content=pr-triage/pr-triage&utm_campaign=Badge_Grade -# PRTriage [![build status][build badge]][build url] [![codecov][codecov badge]][codecov url] [![codacy status][codacy badge]][codacy url] [![greenkeeper status][greenkeeper badge]][greenkeeper url] +[vulnerabilities badge]: https://snyk.io/test/github/pr-triage/pr-triage/badge.svg?targetFile=package.json +[vulnerabilities url]: https://snyk.io/test/github/pr-triage/pr-triage?targetFile=package.json + +# PRTriage [![build status][build badge]][build url] [![codecov][codecov badge]][codecov url] [![codacy status][codacy badge]][codacy url] [![greenkeeper status][greenkeeper badge]][greenkeeper url] [![vulnerabilities status][vulnerabilities badge]][vulnerabilities url] > GitHub App built with [Probot](https://github.com/probot/probot) that support pull request workflow @@ -28,7 +31,7 @@ PRTriage does **"NOT"** have permission to `Read & Write` your code :see_no_evil ## How it works

- +

- Do nothing if your title of PR starts from `WIP`, `[WIP]` or `WIP:`.