Skip to content

Commit e38bc9a

Browse files
authored
Merge pull request #1741 from Kobzol/readme-fix-sync-team-link
Fix sync-team link in README
2 parents 3bf05c1 + fe232c1 commit e38bc9a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from all the supported services.
4040

4141
[rfcbot-src]: https://github.com/anp/rfcbot-rs/blob/master/src/teams.rs
4242

43-
[sync-team-src]: https://github.com/rust-lang/sync-team
43+
[sync-team-src]: sync-team
4444

4545
[crates-io-admin-src]: https://github.com/rust-lang/crates.io/blob/main/src/worker/jobs/sync_admins.rs
4646

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)