mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Export level
This commit is contained in:
@@ -89,4 +89,5 @@ module.exports = async ({ core, github, context, fileChangedLimit = 5, linesChan
|
||||
const details = await getPRDetails(github, core, owner, repo, pull_number);
|
||||
|
||||
core.info(`PR details: ${JSON.stringify(details)}`);
|
||||
core.setOutput('level', details.level);
|
||||
};
|
||||
|
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -512,7 +512,7 @@ jobs:
|
||||
uses: ./.github/actions/determine-complexity
|
||||
with:
|
||||
file-changed-limit: 10
|
||||
lines-changed-limit: 100
|
||||
lines-changed-limit: 450
|
||||
|
||||
verify-downstream:
|
||||
needs: determine-complexity
|
||||
|
Reference in New Issue
Block a user