Skip to content

Commit 45190ea

Browse files
authored
Merge pull request #181 from zkoppert/patch-2
Allow CODEOWNERS file detection to see into the .github directory
2 parents efa4a30 + 3ba05a7 commit 45190ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/repolinter-ruleset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rule": {
5050
"type": "file-existence",
5151
"options": {
52-
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"],
52+
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
5353
"nocase": true
5454
}
5555
},

0 commit comments

Comments
 (0)