@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
for (const file of changedFiles) {
|
||||
for (const [pattern, owners] of Object.entries(codeowners)) {
|
||||
if (minimatch(file.filename, codeowner.pattern)) {
|
||||
if (minimatch(file.filename, pattern)) {
|
||||
for (const owner of owners) {
|
||||
reviewers.add(owner);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user