From b994b23558b26370e9f62a1e823eebdcf856ddc9 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Sun, 30 Aug 2020 01:56:17 -0400 Subject: [PATCH] Updated mergify config --- .mergify.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 43db1afb3..8cf79f893 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,6 +8,22 @@ pull_request_rules: merge: method: squash strict: smart+fasttrack + - name: auto merge javascript + conditions: + - 'label=javascript' + - author~=^dependabot(|-preview)\[bot\]$ + actions: + label: + add: + - ':shipit: merge' + - name: auto merge github-actions + conditions: + - 'label=github-actions' + - author~=^dependabot(|-preview)\[bot\]$ + actions: + label: + add: + - ':shipit: merge' - name: automatic merge when GitHub branch protection passes conditions: - merged