chore: add some debug logging

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-18 11:07:56 +01:00
parent 0c4e39408b
commit 407d010e5c
@@ -103,6 +103,8 @@ jobs:
for (const file of changedFiles) {
for (const [pattern, owners] of Object.entries(codeowners)) {
console.log(file.filename, pattern);
if (minimatch(file.filename, pattern)) {
for (const owner of owners) {
reviewers.add(owner);