This repository contains scripts to list the latest open pull requests for a GitHub repository.
- GitHub CLI (gh) installed and authenticated
./list_prs.sh <owner> <repo>Example:
./list_prs.sh Batdill Batdillpython3 list_open_prs.py <owner> <repo>Example:
python3 list_open_prs.py Batdill BatdillMake sure you have the GitHub CLI authenticated before running these scripts:
gh auth loginOr set the GH_TOKEN environment variable with a GitHub personal access token:
export GH_TOKEN=your_github_tokenThe scripts will display a formatted list of open pull requests including:
- PR number
- Title
- Author
- Last updated date
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)