mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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) {
|
async function getPRDetails(github, core, owner, repo, pull_number) {
|
||||||
core.info(`Fetching PR details`);
|
core.info(`Fetching PR details`);
|
||||||
|
|
||||||
const { data: files } = await github.pulls.listFiles({
|
const { data: files } = await github.rest.pulls.listFiles({
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
pull_number
|
pull_number
|
||||||
|
Reference in New Issue
Block a user