Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-01-20 03:56:21 +0300
committerChris Rebert <github@chrisrebert.com>2016-01-20 03:56:21 +0300
commit65d36391fc80db0a7b009be45282232cd50593ce (patch)
treebf0c0545dc0675450050dff24286b053df45f4db
parent41cab0cdcfc30fad2f5e1d12406985b9360beaa4 (diff)
README: Use faster-to-load version of license badge
[ci skip]
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68957ae..78d0b26 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Savage
======
[![Build Status](https://travis-ci.org/twbs/savage.svg?branch=master)](https://travis-ci.org/twbs/savage)
![Development Status :: 4 - Beta](https://img.shields.io/badge/maturity-beta-yellowgreen.svg "Development Status :: 4 - Beta")
-[![MIT License](https://img.shields.io/github/license/twbs/savage.svg)](https://github.com/twbs/savage/blob/master/LICENSE.txt)
+![MIT License](https://img.shields.io/badge/license-MIT-blue.svg "MIT License")
Savage is a service that watches for new or updated pull requests on a given GitHub repository. For each pull request, it evaluates whether the changes are "safe" (i.e. we can run a Travis CI build with them with heightened permissions without worrying about security issues) and "interesting" (i.e. would benefit from a Travis CI build with them with heightened permissions), based on which files were modified. If the pull request is "safe" and "interesting", then it initiates a Travis CI build with heightened permissions on a specified GitHub repository. When the Travis CI build completes, it posts a comment ([like this one](https://github.com/twbs/bootstrap/pull/15178#issuecomment-63756231)) with the test results on the pull request. If the test failed, the pull requester can then revise their code to fix the problem.
Users who are [public members](https://help.github.com/articles/publicizing-or-hiding-organization-membership/) of trusted GitHub organizations (see the `trusted-orgs` setting) can ask Savage to retry a pull request by leaving a comment on the pull request of the form: "@\<username-of-savage-bot> retry" (e.g. "@twbs-savage retry")