aboutsummaryrefslogtreecommitdiff
path: root/.mergify.yml
diff options
context:
space:
mode:
Diffstat (limited to '.mergify.yml')
-rw-r--r--.mergify.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml
index b0bf0170..1dd36b18 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -29,3 +29,13 @@ pull_request_rules:
backport:
branches:
- 1.2.x
+ label:
+ add: [Backported]
+
+ - name: label Mergify backport PR
+ conditions:
+ - base=1.2.x
+ - body~=This is an automated backport of pull request \#\d+ done by Mergify.io
+ actions:
+ label:
+ add: [Backport]