From 1a281b842a020a17225a3d236170c01911e620d1 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 11 Aug 2022 16:20:09 +0200 Subject: [PATCH] Take all commits that look like rollup merges --- site/src/request_handlers/github.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/src/request_handlers/github.rs b/site/src/request_handlers/github.rs index f496e1fd9..359a206bd 100644 --- a/site/src/request_handlers/github.rs +++ b/site/src/request_handlers/github.rs @@ -51,8 +51,7 @@ async fn handle_push(ctxt: Arc, push: github::Push) -> ServerResult