mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
Create an action for determine the complexity
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
async function getPRDetails(github, core, owner, repo, pull_number) {
|
||||
core.info(`Fetching PR details`);
|
||||
|
||||
const { data: files } = await github.pulls.listFiles({
|
||||
const { data: files } = await github.rest.pulls.listFiles({
|
||||
owner,
|
||||
repo,
|
||||
pull_number
|
||||
|
Reference in New Issue
Block a user