diff --git a/.github/mergify.yml b/.github/mergify.yml index 6bfd4470ac..e62f958961 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,4 +1,13 @@ pull_request_rules: + - name: Backport to humble at reviewers discretion + conditions: + - base=master + - "label=humble-galactic" + actions: + backport: + branches: + - humble + - name: Backport to galactic at reviewers discretion conditions: - base=master