Merge pull request #181 from zkoppert/patch-2

Allow CODEOWNERS file detection to see into the .github directory
This commit is contained in:
Ashley Wolf
2022-05-02 11:19:58 -07:00
committed by GitHub

View File

@ -49,7 +49,7 @@
"rule": { "rule": {
"type": "file-existence", "type": "file-existence",
"options": { "options": {
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"], "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
"nocase": true "nocase": true
} }
}, },