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 8098701 + 5d04b3e commit b7373c3Copy full SHA for b7373c3
.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