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') {