mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
Run the build command
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -232,7 +232,7 @@ function checkBranch(glob) {
|
||||
}
|
||||
core.debug(` checking "branch" pattern against ${branchName}`);
|
||||
if (Array.isArray(glob)) {
|
||||
const matchers = glob.map((g) => new minimatch_1.Minimatch(g));
|
||||
const matchers = glob.map(g => new minimatch_1.Minimatch(g));
|
||||
for (const matcher of matchers) {
|
||||
if (matchBranchPattern(matcher, branchName)) {
|
||||
core.debug(` "branch" patterns matched against ${branchName}`);
|
||||
|
||||
Reference in New Issue
Block a user