diff options
| author | Jack Koenig | 2019-11-11 17:24:55 -0800 |
|---|---|---|
| committer | Jack Koenig | 2019-11-11 17:24:55 -0800 |
| commit | f240820760fd99d1952dbdebf2ead0927ffb0946 (patch) | |
| tree | 29f70cb6e3c9024dc000bb90215acd8036d7e334 | |
| parent | c450cf974484d4896910c44166481d0849219751 (diff) | |
Use Mergify to automate backporting to 1.2.x
| -rw-r--r-- | .mergify.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml index f23fcdfc..b0bf0170 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -19,3 +19,13 @@ pull_request_rules: method: squash strict: smart strict_method: merge + + - name: backport to 1.2.x + conditions: + - merged + - base=master + - milestone=1.2.X + actions: + backport: + branches: + - 1.2.x |
