Skip to content
View Batdill's full-sized avatar
  • Hilton Head SC
  • 23:31 (UTC -12:00)

Highlights

  • Pro

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 is supported. This note will only be visible to 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)

Popular repositories Loading

  1. documentation documentation Public

    Forked from npm/documentation

    Documentation for the npm registry, website, and command-line interface.

    MDX 3

  2. Batdill Batdill Public template

    Python 1

  3. Skills Skills Public

    Forked from NVIDIA-NeMo/Skills

    A project to improve skills of large language models

    Python 1

  4. prysm prysm Public

    Forked from OffchainLabs/prysm

    Go implementation of Ethereum proof of stake

    Go 1

  5. cli cli Public

    Forked from npm/cli

    the package manager for JavaScript

    JavaScript

  6. solidity solidity Public

    Forked from Coinsult/solidity

    Smart contract audits are necessary for ensuring that smart contracts are free of any security issues.

    Solidity