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 <cvrebert@google.com>2016-07-08 10:34:23 +0300
committerChris Rebert <cvrebert@google.com>2016-07-08 10:34:23 +0300
commit4b33977f20c1a81f7bfa2367b9e20932cce3f3d3 (patch)
treea37acb4934a60cdc8ef16e7556cd63deca3bf95a /README.md
parent9bb32854ba5863d6ef49f0a7d2f332ec46b3b117 (diff)
Remove the ignore-branches-from-watched-repo setting
Build PRs of project members in addition to non-members. If this results in redundant builds you wish to eliminate, you're advised to refactor members' builds to a more Savage-based workflow.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4342246..7fd81d4 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,6 @@ savage {
github-repo-to-watch = "twbs/bootstrap"
// Full name of GitHub repo to push test branches to
github-test-repo = "twbs/bootstrap-tests"
- // Ignore pull requests whose branch is from the watched repo (and is thus from a project team member)
- ignore-branches-from-watched-repo = true
// Pull requests must target one of these branches in the watched repo
allowed-base-branches = [ "master" ]
// List of GitHub organization names whose public members Savage should trust to authorize retries of builds