From 1efb32e2b3fff435bd8c775a72356cb6b1788887 Mon Sep 17 00:00:00 2001 From: Bobby Earl Date: Tue, 19 Jan 2016 14:23:25 -0500 Subject: Added "public" prefix and link to GitHub docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7573094..b45680a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Savage [![MIT License](https://img.shields.io/github/license/twbs/savage.svg)](https://github.com/twbs/savage/blob/master/LICENSE.txt) 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 members 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: "@\ retry" (e.g. "@twbs-savage retry") +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: "@\ retry" (e.g. "@twbs-savage retry") Savage's original use-case is for running Sauce Labs cross-browser JS tests on pull requests via Travis CI, while keeping the Sauce Labs access credentials private & secure. -- cgit v1.2.3