in github-projects/map-labels/index.js [136:147]
owner: tryGetOwnerFromContext(),
issueNumber: [],
};
const combinedArgs = (0, utils_1.merge)((0, utils_1.merge)(defaults, argsFromActionInputs), argsFromCli);
verifyExpectedArgs(combinedArgs);
return combinedArgs;
}
(0, mapLabelsToAttributes_1.mapLabelsToAttributes)(combineAndVerifyArgs(argsFromActionInputs, parsedCliArgs))
.then(async (results) => {
await (0, utils_1.sleep)(1000); // Wait for the last log to flush
const { success, failure, skipped, projectUrl } = results;
if (failure.length) {