From 3a8de6cdecd6096dd098dc905c70f82e063f34aa Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 12 Feb 2018 12:59:57 +0100 Subject: [PATCH] Bors: Add netlify to required status set and delete merged branches --- bors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 4e6e85f4..efcb581a 100644 --- a/bors.toml +++ b/bors.toml @@ -1,4 +1,6 @@ status = [ "continuous-integration/travis-ci/push", - "continuous-integration/appveyor/branch" + "continuous-integration/appveyor/branch", + "deploy/netlify" ] +delete_merged_branches = true