We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b32941 + 2ddb40d commit bfd61a7Copy full SHA for bfd61a7
.mergify.yml
@@ -26,3 +26,11 @@ pull_request_rules:
26
title: "{{ title }} (promote #{{ number }} to {{ destination_branch }})"
27
labels:
28
- from-dev
29
+ - name: request review on backports to master branch
30
+ conditions:
31
+ - base=master
32
+ - label=from-dev
33
+ actions:
34
+ request_reviews:
35
+ teams:
36
+ - "@lsst-it/cl-infra"
0 commit comments