Dev Ops · n8n

Nudge Reviewers When Pull Requests Sit Unreviewed Too Long

PRs waiting days for review kill momentum. Detect pull requests sitting unreviewed past your threshold and nudge the assigned reviewer in Slack.

difficulty Beginnersetup 25 minresult Pull requests get reviewed on time because waiting ones surface automatically, keeping the team shipping.
  1. 1

    Scan Open PRs

    Add a Schedule Trigger twice daily and a GitHub node listing open PRs with requested reviewers.

  2. 2

    Find the Stale Ones

    Add a Code node flagging PRs awaiting review beyond your threshold (e.g. 24h).

  3. 3

    Map the Reviewer

    Add a step matching GitHub reviewers to Slack handles.

  4. 4

    Send the Nudge

    Add a Slack DM listing their waiting PRs with links.

  5. 5

    Activate and Test

    Activate the workflow with a stale test PR. Confirm the reviewer is nudged.

Frequently asked questions

Won't nudges annoy reviewers?

A single daily digest per person is a welcome memory aid, not a nag — tune the threshold to your culture.

Can I escalate very old PRs?

Post PRs stale beyond several days to the team channel so someone else can pick up the review.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.