forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintainers-little-helper.yaml
54 lines (54 loc) · 2.07 KB
/
maintainers-little-helper.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
move-to-projects-for-labels-xored:
v1.15:
needs-backport/1.15:
project: "https://github.com/cilium/cilium/projects/282"
column: "Needs backport from main"
backport-pending/1.15:
project: "https://github.com/cilium/cilium/projects/282"
column: "Backport pending to v1.15"
backport-done/1.15:
project: "https://github.com/cilium/cilium/projects/282"
column: "Backport done to v1.15"
v1.14:
needs-backport/1.14:
project: "https://github.com/cilium/cilium/projects/283"
column: "Needs backport from main"
backport-pending/1.14:
project: "https://github.com/cilium/cilium/projects/283"
column: "Backport pending to v1.14"
backport-done/1.14:
project: "https://github.com/cilium/cilium/projects/283"
column: "Backport done to v1.14"
v1.13:
needs-backport/1.13:
project: "https://github.com/cilium/cilium/projects/281"
column: "Needs backport from main"
backport-pending/1.13:
project: "https://github.com/cilium/cilium/projects/281"
column: "Backport pending to v1.13"
backport-done/1.13:
project: "https://github.com/cilium/cilium/projects/281"
column: "Backport done to v1.13"
v1.12:
needs-backport/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Needs backport from main"
backport-pending/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Backport pending to v1.12"
backport-done/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Backport done to v1.12"
require-msgs-in-commit:
- regexpMsg: "(?m)^Signed-off-by:"
helper: "https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin"
set-labels:
- "dont-merge/needs-sign-off"
block-pr-with:
labels-unset:
- regex-label: "release-note/.*"
set-labels:
- "dont-merge/needs-release-note-label"
labels-set:
- regex-label: "dont-merge/.*"
helper: "Blocking mergeability of PR as 'dont-merge/.*' labels are set"