Note
The organization's GitHub PR list has been restored, and this page is now read-only.
Generates a static HTML page listing pull requests across all repositories in the win12-online organization.
Python 3.14+
Recommended — use uv for faster execution:
uv run generate_prlist.pyOr with standard Python:
python3 generate_prlist.pyprlist fetches pull requests from all repositories in win12-online via the GitHub API, groups them by open/closed/merged status, and renders them into a standalone HTML page with per-repository subpages.