forked from rust-lang/libc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtriagebot.toml
More file actions
133 lines (98 loc) · 2.69 KB
/
triagebot.toml
File metadata and controls
133 lines (98 loc) · 2.69 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[relabel]
allow-unauthenticated = [
"C-*",
"O-*",
"S-*",
"ctest",
"stable-nominated",
]
[assign]
warn_non_default_branch.enable = true
contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
# Ensure issue links link to this repo
[issue-links]
check-commits = "uncanonicalized"
# Enable comments linking to triagebot range-diff when a PR is rebased
# onto a different base commit
# Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
[range-diff]
[autolabel."A-CI"]
trigger_files = [
".cirrus.yml",
".github",
"ci",
]
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."O-android"]
trigger_files = ["*{android,bionic}*"]
[autolabel."O-arm"]
trigger_files = ["*arm*"]
[autolabel."O-bsd"]
trigger_files = ["*bsd*"]
[autolabel."O-dragonfly"]
trigger_files = ["*dragonfly*"]
[autolabel."O-freebsd"]
trigger_files = ["*freebsd*"]
[autolabel."O-gnu"]
trigger_files = ["*gnu*"]
[autolabel."O-illumos"]
trigger_files = ["*illumos*"]
[autolabel."O-linux"]
trigger_files = ["*linux*"]
[autolabel."O-linux-like"]
trigger_files = ["*linux_like*"]
[autolabel."O-macos"]
trigger_files = ["*apple*"]
[autolabel."O-mips"]
trigger_files = ["*mips*"]
[autolabel."O-musl"]
trigger_files = ["*musl*"]
[autolabel."O-newlib"]
trigger_files = ["*newlib*"]
[autolabel."O-powerpc"]
trigger_files = ["*powerpc*"]
[autolabel."O-redox"]
trigger_files = ["*redox*"]
[autolabel."O-riscv"]
trigger_files = ["*riscv*"]
[autolabel."O-solarish"]
trigger_files = ["*solarish*"]
[autolabel."O-sparc"]
trigger_files = ["*sparc*"]
[autolabel."O-unix"]
trigger_files = ["*unix*"]
[autolabel."O-wasi"]
trigger_files = ["*{wasi,wasm}*"]
[autolabel."O-windows"]
trigger_files = ["*windows*"]
[autolabel."O-x86"]
trigger_files = ["*{x86,i?86}"]
[autolabel.ctest]
trigger_files = [
"ctest",
"ctest-test",
]
[review-submitted]
# These labels are removed when a review is submitted.
review_labels = ["S-waiting-on-review"]
# This label is added when a review is submitted.
reviewed_label = "S-waiting-on-author"
[review-requested]
# Those labels are removed when PR author requests a review from an assignee
remove_labels = ["S-waiting-on-author"]
# Those labels are added when PR author requests a review from an assignee
add_labels = ["S-waiting-on-review"]
[shortcut]
[mentions."*openbsd*"]
message = "Some changes occurred in an OpenBSD module"
cc = ["@semarie"]
[mentions."*netbsdlike*"]
message = "Some changes occurred in a NetBSD-like module"
cc = ["@semarie"]
[mentions."*solarish*"]
message = "Some changes occurred in a solarish module"
cc = ["@jclulow", "@pfmooney"]
[mentions."*android*"]
message = "Some changes occurred in an Android module"
cc = ["@maurer"]