Browse Source

Merge pull request #181 from zkoppert/patch-2

Allow CODEOWNERS file detection to see into the .github directory
pull/182/head
Ashley Wolf 2 years ago
committed by GitHub
parent
commit
45190ead2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/repolinter-ruleset.json

2
config/repolinter-ruleset.json

@ -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
} }
}, },

Loading…
Cancel
Save