You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pr_file_map.py: add ignore_pull_request list, progress passes, dated title
- Add module-level ignore_pull_request: list[int]; get_open_prs() filters
those PR numbers out (e.g. [123, 456, 789] skips #123, #456, #789).
- Drop the redundant DIRECTORY.md comment above DIRECTORY_FILE (the module
docstring and render_directory_section already explain it).
- Fold the generation datetime into the H1 title:
'# Open Pull Request File Map: 16 Sep 2026 at 21:45 UTC'.
- Show progress on stderr via other/cheap_progress.py's progress() for the
'First pass' (fetch each PR's files) and 'Second pass' (classify files).
0 commit comments