Export level

This commit is contained in:
mauriziovitale
2024-07-19 12:40:13 +02:00
parent 275ba3371e
commit eded939c6d
2 changed files with 2 additions and 1 deletions

View File

@@ -89,4 +89,5 @@ module.exports = async ({ core, github, context, fileChangedLimit = 5, linesChan
const details = await getPRDetails(github, core, owner, repo, pull_number); const details = await getPRDetails(github, core, owner, repo, pull_number);
core.info(`PR details: ${JSON.stringify(details)}`); core.info(`PR details: ${JSON.stringify(details)}`);
core.setOutput('level', details.level);
}; };

View File

@@ -512,7 +512,7 @@ jobs:
uses: ./.github/actions/determine-complexity uses: ./.github/actions/determine-complexity
with: with:
file-changed-limit: 10 file-changed-limit: 10
lines-changed-limit: 100 lines-changed-limit: 450
verify-downstream: verify-downstream:
needs: determine-complexity needs: determine-complexity