forked from IBM-Blockchain/blockchain-vscode-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
27 lines (25 loc) · 769 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
pull_request_rules:
- name: Create v2 PR
conditions:
- base=master # PR must have been on master
- merged # Must have been merged
- label!=v2 pr # Ignore v2 prs
- label!=ignore-v2 # Add this label to override backport
actions:
backport:
ignore_conflicts: true
label_conflicts: conflicts
branches:
- v2 # Backport to v2 branch
- name: Add v2 pr label # Add v2 pr label to all PRs for v2 branch
conditions:
- base=v2
actions:
label:
add:
- v2 pr
- name: Update tutorials
conditions: []
actions:
comment:
message: 'Please speak to the engagement team regarding updating tutorial & screenshots if any UI changes have been made!'