We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50faa3b commit cb946ecCopy full SHA for cb946ec
1 file changed
.github/actions/https-everywhere-labeller/index.js
@@ -97,6 +97,7 @@ async function run(alexa) {
97
98
if (!fileList.every(file => rulesetGlob.match(file.filename))) {
99
// Don't touch PRs that modify anything except rulesets
100
+ console.log(rulesetGlob);
101
console.log('No ruleset files in this PR');
102
return;
103
} else {
0 commit comments