PROJECT MANAGEMENT

Reschedule downstream Asana tasks when a blocking GitHub PR stalls

When a GitHub PR tagged as a release blocker misses its target merge date, the workflow pushes out the dependent Asana tasks by the slip amount and notifies each task assignee.

CategoryProject Management
Enginesim
Difficultyadvanced
Triggerschedule
Steps5
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerScheduled blocker-PR deadline check
  • ActionRead open release-blocker PRs and milestonesGitHubGitHub
  • LogicKeep overdue, unmerged PRs and compute slip days
  • ActionShift dependent Asana task dates by slipAsanaAsana
  • OutputComment in Asana and ping assignees in SlackSlack

What it does

When a release-blocking GitHub pull request blows past its target merge date, this workflow shifts the Asana tasks that depend on that merge by the same number of days and tells each assignee their start just moved.

When to use it

Use it when engineering work in GitHub gates downstream delivery tasks tracked in Asana, and a stalled PR otherwise leaves those task dates stale and misleading. It keeps the plan honest automatically.

How it works

  1. 1A scheduled trigger checks open PRs labeled `release-blocker` against their milestone date.
  2. 2A filter keeps PRs whose milestone due date has passed without a merge.
  3. 3The workflow computes the slip in days from the missed target to today.
  4. 4It looks up the Asana tasks linked to that PR's release section.
  5. 5For each downstream task it shifts the start and due dates forward by the slip.
  6. 6It posts an Asana comment on each task and pings the assignee in Slack with the new dates.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect GitHubRepos, issues, pull requests, actions.
  2. 2
    Connect AsanaTasks, projects, milestones — everywhere.
  3. 3
    Connect SlackChannels, DMs, threads, mentions.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.