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 4351675 + bf8cfdf commit 768728bCopy full SHA for 768728b
triagebot.toml
@@ -1,6 +1,9 @@
1
[relabel]
2
allow-unauthenticated = [
3
- "C-*", "O-*", "S-*", "stable-nominated"
+ "C-*",
4
+ "O-*",
5
+ "S-*",
6
+ "stable-nominated",
7
]
8
9
[autolabel."S-waiting-on-review"]
@@ -10,7 +13,10 @@ new_pr = true
10
13
contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
11
14
12
15
[assign.owners]
-"*" = ["@JohnTitor"]
16
+"*" = [
17
+ "@JohnTitor",
18
+ "@tgross35",
19
+]
20
21
[mentions."src/unix/bsd/netbsdlike/openbsd"]
22
message = "Some changes occurred in OpenBSD module"
0 commit comments