Skip to content

Commit 939360e

Browse files
committed
Mtahc check again
1 parent 34e35b5 commit 939360e

File tree

1 file changed

+3
-1
lines changed
  • .github/actions/https-everywhere-labeller

1 file changed

+3
-1
lines changed

.github/actions/https-everywhere-labeller/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ async function run(alexa) {
9494
})
9595
const fileList = response.data
9696

97-
9897
fileList.forEach(file => {
98+
console.log(file);
9999
if(minimatch(file.filename, rulesetGlob)){
100100
console.log('passed match');
101101

@@ -119,6 +119,8 @@ async function run(alexa) {
119119
}
120120
}
121121
}
122+
} else {
123+
console.log('failed match');
122124
}
123125
});
124126
} catch (err) {

0 commit comments

Comments
 (0)