From 4b33977f20c1a81f7bfa2367b9e20932cce3f3d3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 8 Jul 2016 00:34:23 -0700 Subject: 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. --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3