mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 21:17:02 +00:00
Adjust the indenting again
This commit is contained in:
@@ -260,7 +260,7 @@ export function checkAll(
|
||||
matchConfigs: BaseMatchConfig[],
|
||||
changedFiles: string[]
|
||||
): boolean {
|
||||
core.debug(` checking "all" patterns`);
|
||||
core.debug(` checking "all" patterns`);
|
||||
if (!Object.keys(matchConfigs).length) {
|
||||
core.debug(` no "all" patterns to check`);
|
||||
return false;
|
||||
@@ -286,7 +286,7 @@ export function checkAll(
|
||||
}
|
||||
}
|
||||
|
||||
core.debug(` "all" patterns matched all files`);
|
||||
core.debug(` "all" patterns matched all configs`);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user