Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 443 Bytes

Rust

prs

Fetches a list of your open source PRs.

'open source' meaning that it excludes contributions to your own repositories.

Usage

GH_TOKEN=your_github_token LIMIT=15 cargo run
  • LIMIT is optional, default is 20.
  • GH_TOKEN is required and can be created here.