From 1e8aa06e8f4ee459de78cde1815e3019bf3ea200 Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 10 Jan 2022 14:38:36 +0100 Subject: [PATCH] fix --- .github/workflows/assign-milestones.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/assign-milestones.js b/.github/workflows/assign-milestones.js index d69d163..631ffb3 100644 --- a/.github/workflows/assign-milestones.js +++ b/.github/workflows/assign-milestones.js @@ -17,6 +17,8 @@ module.exports = ({github, context}) => { const restapi = github.rest + console.log(`event: ${github.event_name}/${github.event.action}`) + // get and validate the event name const eventName = github.event_name if (eventName != 'project_card') {