Skip to content

Commit cb946ec

Browse files
committed
Test regex on file
1 parent 50faa3b commit cb946ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .github/actions/https-everywhere-labeller

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ async function run(alexa) {
9797

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

0 commit comments

Comments
 (0)