File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ people/**/*.toml
13
13
repos /** /* .toml
14
14
teams /** /* .toml
15
15
16
+ # Do not require admin approvals for Markdown file modifications.
17
+ * .md
18
+
16
19
# Modifying these files requires admin approval.
17
20
/repos /rust-lang /team.toml @ Mark-Simulacrum @ pietroalbini @ jdno @ marcoieni
18
21
/repos /rust-lang /sync-team.toml @ Mark-Simulacrum @ pietroalbini @ jdno @ marcoieni
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ from all the supported services.
40
40
41
41
[ rfcbot-src ] : https://github.com/anp/rfcbot-rs/blob/master/src/teams.rs
42
42
43
- [ sync-team-src ] : https://github.com/rust-lang/ sync-team
43
+ [ sync-team-src ] : sync-team
44
44
45
45
[ crates-io-admin-src ] : https://github.com/rust-lang/crates.io/blob/main/src/worker/jobs/sync_admins.rs
46
46
Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ fn generate_codeowners_content(data: Data) -> String {
119
119
people/**/*.toml
120
120
repos/**/*.toml
121
121
teams/**/*.toml
122
+
123
+ # Do not require admin approvals for Markdown file modifications.
124
+ *.md
122
125
"#
123
126
)
124
127
. unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments