From c7e11bb8ca457d6149cc7078253b5160f4f078f6 Mon Sep 17 00:00:00 2001 From: ihostage Date: Tue, 13 Sep 2022 16:21:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.mergify.yml'?= =?UTF-8?q?=20with=20remote=20'.mergify.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mergify.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 767cfa3..d3b4b8a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,3 +1,8 @@ +defaults: + actions: + backport: + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }}) by @{{ author }}" + queue_rules: - name: default conditions: @@ -18,10 +23,17 @@ pull_request_rules: method: merge name: default - - name: Delete the PR branch after merge + - name: Delete the PR branch and remove label after merge conditions: - merged actions: delete_head_branch: {} label: remove: [ "status:merge-when-green" ] + + - name: Labeling for Scala Steward PR's + conditions: + - author=scala-steward + actions: + label: + add: [ "type:updates" ]