Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-po committed Aug 24, 2022
1 parent 46f3eb2 commit 2383772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asana-actions-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ module.exports = async (core, github) => {
tasks = (await lookupTasks(taskIds)).filter((t) => utils.isParentTask(t))
// TODO: maybe on !milestone we need to take action.
if (!tasks || !tasks.length || disableMilestone) return
core.info(`${JSON.stringify(milestone)}, ${action}`)

const milestoneId = action === 'demilestoned' ? null : milestone.title // demilestoned still hold the old value for milestone.
core.info(
Expand Down

0 comments on commit 2383772

Please sign in to comment.