From 59c7f9c4ce5382add1b591f9865ed49cb9db432b Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 10 Jan 2022 19:25:02 +0100 Subject: [PATCH] fix --- .github/workflows/assign-milestones.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/assign-milestones.js b/.github/workflows/assign-milestones.js index 17b5812..c687bd4 100644 --- a/.github/workflows/assign-milestones.js +++ b/.github/workflows/assign-milestones.js @@ -95,6 +95,7 @@ module.exports = async ({github, context, core}) => { repo: context.repo.repo } request[isIssue ? 'issue_number' : 'pull_number'] = itemNumber + console.log(request) const itemResponse = await itemApi.get(request) const item = itemResponse.data