Skip to content
View Batdill's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Hilton Head SC

Block or report Batdill

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Batdill/README.md

List Open Pull Requests

This repository contains scripts to list the latest open pull requests for a GitHub repository.

Prerequisites

Usage

Using the Bash Script

./list_prs.sh <owner> <repo>

Example:

./list_prs.sh Batdill Batdill

Using the Python Script

python3 list_open_prs.py <owner> <repo>

Example:

python3 list_open_prs.py Batdill Batdill

Authentication

Make sure you have the GitHub CLI authenticated before running these scripts:

gh auth login

Or set the GH_TOKEN environment variable with a GitHub personal access token:

export GH_TOKEN=your_github_token

Output

The scripts will display a formatted list of open pull requests including:

  • PR number
  • Title
  • Author
  • Last updated date

Example Output

Open Pull Requests in Batdill/Batdill:

#      Title                                              Author               Updated             
------------------------------------------------------------------------------------------------
1      [WIP] List latest open pull requests              Copilot              2026-01-03          

Total: 1 open pull request(s)

@Batdill's activity is private