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 f9512ce commit fe232c1Copy full SHA for fe232c1
.github/CODEOWNERS
@@ -13,6 +13,9 @@ people/**/*.toml
13
repos/**/*.toml
14
teams/**/*.toml
15
16
+# Do not require admin approvals for Markdown file modifications.
17
+*.md
18
+
19
# Modifying these files requires admin approval.
20
/repos/rust-lang/team.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
21
/repos/rust-lang/sync-team.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
src/ci.rs
@@ -119,6 +119,9 @@ fn generate_codeowners_content(data: Data) -> String {
119
people/**/*.toml
120
121
122
123
124
125
"#
126
)
127
.unwrap();
0 commit comments