diff --git a/.github/workflows/assign-milestones.js b/.github/workflows/assign-milestones.js index ddae2f1..00ed1ba 100644 --- a/.github/workflows/assign-milestones.js +++ b/.github/workflows/assign-milestones.js @@ -52,7 +52,7 @@ module.exports = async ({github, context}) => { } const projectId = meh(column.project_url) - const projectResponse = await restapi.projects.getProject({ + const projectResponse = await restapi.projects.get({ project_id: projectId }); const project = projectResponse.data