PR Reviewer Labeler

Github Action to automatically label PRs with the ideal number of reviewers based on change size and file complexity

A GitHub Action that automatically labels pull requests with the ideal number of reviewers based on the size and complexity of changes.

Features

Quick Start

Install from the GitHub Marketplace, or add directly to your workflow:

- uses: anistark/pr-reviewer-labeler@v1

With zero configuration, it uses sensible defaults based on lines changed to determine the suggested number of reviewers.