File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
# Data files can be approved by users with write access.
10
10
# We don't list these users explicitly to avoid notifying all of them
11
11
# 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
15
15
16
16
# Do not require admin approvals for Markdown file modifications.
17
17
* .md
Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ fn generate_codeowners_content(data: Data) -> String {
126
126
# Data files can be approved by users with write access.
127
127
# We don't list these users explicitly to avoid notifying all of them
128
128
# 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
132
132
133
133
# Do not require admin approvals for Markdown file modifications.
134
134
*.md
You can’t perform that action at this time.
0 commit comments