Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 923 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 923 Bytes

Dependabot PR Review Assistant

This script helps speed up the process of reviewing and approving Dependabot pull requests. It fetches open Dependabot PRs that require your review, displays relevant information, and allows you to approve and merge them quickly.

Features

  • Fetches open Dependabot pull requests where you are requested as a reviewer
  • Displays PR information including repository, title, labels, and check status
  • Allows you to approve PRs with a single keypress

Installation

This script includes uv compatable inline script dependencies.

Alternatively, you can install the dependencies manually with pip install rich furl.

You will need to have the Github CLI installed and be logged in to your GitHub account.

Usage

If you have uv installed, you can run the script directly with:

uv run dependabot_reviews.py