1[relabel] 2allow-unauthenticated = [ 3 "C-*", "O-*", "S-*" 4] 5 6[autolabel."S-waiting-on-review"] 7new_pr = true 8 9[assign] 10contributing_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"] 16message = "Some changes occurred in OpenBSD module" 17cc = ["@semarie"] 18 19[mentions."src/unix/bsd/netbsdlike/mod.rs"] 20message = "Some changes occurred in OpenBSD module" 21cc = ["@semarie"] 22 23[mentions."src/unix/solarish"] 24message = "Some changes occurred in solarish module" 25cc = ["@jclulow", "@pfmooney"] 26