Skip to content

Commit fe232c1

Browse files
committed
Allow MarkDown changes without admin approvals
1 parent f9512ce commit fe232c1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ people/**/*.toml
1313
repos/**/*.toml
1414
teams/**/*.toml
1515

16+
# Do not require admin approvals for Markdown file modifications.
17+
*.md
18+
1619
# Modifying these files requires admin approval.
1720
/repos/rust-lang/team.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
1821
/repos/rust-lang/sync-team.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni

src/ci.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ fn generate_codeowners_content(data: Data) -> String {
119119
people/**/*.toml
120120
repos/**/*.toml
121121
teams/**/*.toml
122+
123+
# Do not require admin approvals for Markdown file modifications.
124+
*.md
122125
"#
123126
)
124127
.unwrap();

0 commit comments

Comments
 (0)