mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Create an action for determine the complexity
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports = async ({ core, github, context, fileChangedLimit = 5, linesChan
|
||||
core.info(`Limit for files changed: ${fileChangedLimit}`);
|
||||
core.info(`Limit for lines changed: ${linesChangedLimit}`);
|
||||
|
||||
const details = await getPRDetails(github, owner, repo, pull_number);
|
||||
const details = await getPRDetails(github, core, owner, repo, pull_number);
|
||||
|
||||
core.info(`PR details: ${JSON.stringify(details)}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user