From 9ce69d19c653dec9874302b5b6b992527e9f90c0 Mon Sep 17 00:00:00 2001 From: Connor Clark <cjamcl@google.com> Date: Wed, 10 Feb 2021 14:54:25 -0700 Subject: [PATCH] misc(git3po): merge when green for unstable state too --- lighthouse-core/scripts/git3po-rules/land-when-green.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighthouse-core/scripts/git3po-rules/land-when-green.yaml b/lighthouse-core/scripts/git3po-rules/land-when-green.yaml index 0a210e2592fb..adca45dffdd3 100644 --- a/lighthouse-core/scripts/git3po-rules/land-when-green.yaml +++ b/lighthouse-core/scripts/git3po-rules/land-when-green.yaml @@ -5,7 +5,10 @@ filters: criteria: state: open mergeable: true - mergeableState: clean + mergeableState: + $or: + - clean + - unstable - type: label label: land-when-ci-is-green actions: