e-volv

Review playbook

ReviewerAuto-Request

Matches changed files against CODEOWNERS and requests the right reviewers automatically.

When a pull request is opened, matches the changed files against the repository's CODEOWNERS and requests review from the responsible owners (users and teams), excluding the PR author. Posts a short note explaining who was requested and why. Does nothing if there's no CODEOWNERS file.

Identifier
reviewer-request
Version
1.1.0
Steps
4
Triggers
2
  • review
  • routing
  • codeowners
  • automated

When it runs

Pull requestpull_request.opened
Settle delay
15s after the event

Only when all hold

  • pullRequest.isDraft not equals true
  • actor.username not in dependabot, dependabot[bot], renovate, renovate[bot], github-actions, github-actions[bot]
  • actor.username not contains [bot]
Pull requestpull_request.ready_for_review
Settle delay
15s after the event

Only when all hold

  • actor.username not in dependabot, dependabot[bot], renovate, renovate[bot], github-actions, github-actions[bot]
  • actor.username not contains [bot]

The pipeline

The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.

  1. 01
    PR Opened / Readytrigger

    The event that starts the run.

  2. 02
    Clone Repositorygit.clone

    Shallow-clones the repository at the right ref.

  3. 03
    Match CODEOWNERS & Request Reviewersagent.run

    One agent works the task with its toolkit.

  4. 04
    Publish Reviewer Request Reportreport.publish

    Posts or updates a deduplicated report comment.

The agent

Reviewer Router

Base type
Senior Developer
Temperature
0.1
Max iterations
20
Tools
5

Git provider · 2

  • get_pull_request_diffGet Pull Request Diff · read
  • request_reviewersRequest Reviewers · write

Filesystem · 2

  • read_fileRead File · read
  • list_dirList Directory · read

Status · 1

  • update_statusUpdate Status · write