Skip to content

Commit 421e107

Browse files
committed
Adjust glob
1 parent 10f7aab commit 421e107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/https-everywhere-labeller

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const axios = require('axios');
66
const unzip = require('unzipper');
77
const context = github.context;
88
const minimatch = require('minimatch');
9-
const rulesetGlob = '/src/chrome/content/rules/*.xml';
9+
const rulesetGlob = '*.xml';
1010

1111
let ProgressBar = require('progress');
1212
let alexaLabels = ['top-1m', 'top-100k', 'top-10k', 'top-1k', 'top-100'];

0 commit comments

Comments
 (0)