aboutsummaryrefslogtreecommitdiff
path: root/.mergify.yml
diff options
context:
space:
mode:
authorJack Koenig2019-11-11 18:19:48 -0800
committerJack Koenig2019-11-11 18:19:48 -0800
commit54dc03c95e4ead3e25499b00e54fefd8b654f439 (patch)
tree612f75bf1d35381254b6242a96fbf43dbe5d9be4 /.mergify.yml
parentf240820760fd99d1952dbdebf2ead0927ffb0946 (diff)
Add labeling to Mergify backporting
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]