mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 21:17:02 +00:00
Update the debug values
This commit is contained in:
@@ -201,6 +201,7 @@ export function checkMatchConfigs(
|
||||
|
||||
function checkMatch(changedFiles: string[], matchConfig: MatchConfig): boolean {
|
||||
if (!Object.keys(matchConfig).length) {
|
||||
core.debug(` no "any" or "all" patterns to check`);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user