forked from crate/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mergify.yml
More file actions
34 lines (34 loc) · 714 Bytes
/
Copy path.mergify.yml
File metadata and controls
34 lines (34 loc) · 714 Bytes
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
28
29
30
31
32
33
34
---
pull_request_rules:
- actions:
merge:
method: rebase
rebase_fallback: null
strict: true
conditions:
- label=ready-to-merge
- '#approved-reviews-by>=1'
- status-success=ci/jenkins/pr_tests
- status-success=crate.crate
name: default
- name: Delete branch after merge
actions:
delete_head_branch: {}
conditions:
- merged
- actions:
backport:
branches:
- '4.0'
conditions:
- label=ready-to-merge
- label=v/4.0
name: backport 4.0
- actions:
backport:
branches:
- '3.3'
conditions:
- label=ready-to-merge
- label=v/3.3
name: backport 3.3