We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e35b5 commit 939360eCopy full SHA for 939360e
1 file changed
.github/actions/https-everywhere-labeller/index.js
@@ -94,8 +94,8 @@ async function run(alexa) {
94
})
95
const fileList = response.data
96
97
-
98
fileList.forEach(file => {
+ console.log(file);
99
if(minimatch(file.filename, rulesetGlob)){
100
console.log('passed match');
101
@@ -119,6 +119,8 @@ async function run(alexa) {
119
}
120
121
122
+ } else {
123
+ console.log('failed match');
124
125
});
126
} catch (err) {
0 commit comments