Skip to content

Commit 4121458

Browse files
committed
Add debuggers
1 parent 421e107 commit 4121458

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ async function run(alexa) {
9393
pull_number: prNumber
9494
})
9595
const fileList = response.data
96-
console.log(fileList);
9796

9897
if (!fileList.every(file => minimatch(file.filename, rulesetGlob))) {
9998
// Don't touch PRs that modify anything except rulesets
99+
console.log(file.filename);
100+
console.log(minimatch(file.filename, rulesetGlob));
100101
console.log('No ruleset files in this PR');
101102
return;
102103
} else {

0 commit comments

Comments
 (0)