Skip to content

Commit 6a59c75

Browse files
committed
make CODEOWNERS directories more specific
1 parent d23607e commit 6a59c75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# Data files can be approved by users with write access.
1010
# We don't list these users explicitly to avoid notifying all of them
1111
# on every change to the data files.
12-
people/**/*.toml
13-
repos/**/*.toml
14-
teams/**/*.toml
12+
/people/**/*.toml
13+
/repos/**/*.toml
14+
/teams/**/*.toml
1515

1616
# Do not require admin approvals for Markdown file modifications.
1717
*.md

src/ci.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ fn generate_codeowners_content(data: Data) -> String {
126126
# Data files can be approved by users with write access.
127127
# We don't list these users explicitly to avoid notifying all of them
128128
# on every change to the data files.
129-
people/**/*.toml
130-
repos/**/*.toml
131-
teams/**/*.toml
129+
/people/**/*.toml
130+
/repos/**/*.toml
131+
/teams/**/*.toml
132132
133133
# Do not require admin approvals for Markdown file modifications.
134134
*.md

0 commit comments

Comments
 (0)