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.
1 parent c943911 commit 37201f1Copy full SHA for 37201f1
triagebot.toml
@@ -3,4 +3,23 @@ allow-unauthenticated = [
3
"C-*", "O-*", "S-*"
4
]
5
6
+[autolabel."S-waiting-on-review"]
7
+new_pr = true
8
+
9
[assign]
10
+contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md"
11
12
+[assign.owners]
13
+"*" = ["@JohnTitor"]
14
15
+[mentions."src/unix/bsd/netbsdlike/openbsd"]
16
+message = "Some changes occurred in OpenBSD module"
17
+cc = ["@semarie"]
18
19
+[mentions."src/unix/bsd/netbsdlike/mod.rs"]
20
21
22
23
+[mentions."src/unix/solarish"]
24
+message = "Some changes occurred in solarish module"
25
+cc = ["@jclulow", "@pfmooney"]
0 commit comments