From f240820760fd99d1952dbdebf2ead0927ffb0946 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 11 Nov 2019 17:24:55 -0800 Subject: Use Mergify to automate backporting to 1.2.x --- .mergify.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index f23fcdfc..b0bf0170 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -19,3 +19,13 @@ pull_request_rules: method: squash strict: smart strict_method: merge + + - name: backport to 1.2.x + conditions: + - merged + - base=master + - milestone=1.2.X + actions: + backport: + branches: + - 1.2.x -- cgit v1.2.3