fleet/tools/github-manage/cmd/gm
Ian Littman 04a9f1a2df
Add gm tool for pulling all issues from a repo and filtering client-side-ish to only ones that had a given label at any point (#39524)
This absolutely slams GitHub rate limits, but one API request per page
of issues plus one API request per issue is the only sure way to get
this data, so it is what it is. May need to add a "pick up where you
left off" feature but this is at least a starting point.
2026-02-23 15:18:32 -06:00
..
bugs.go Add bug open time metric calculation to gm, including milestone exclusion (#39118) 2026-02-03 17:59:45 -06:00
issue.go Adding direction to add views and workflows (#33177) 2025-09-25 14:05:39 -05:00
issues_with_historical_label.go Add gm tool for pulling all issues from a repo and filtering client-side-ish to only ones that had a given label at any point (#39524) 2026-02-23 15:18:32 -06:00
main.go Add gm tool for pulling all issues from a repo and filtering client-side-ish to only ones that had a given label at any point (#39524) 2026-02-23 15:18:32 -06:00
milestone.go gkarr gm updates pre sprint (#37446) 2025-12-18 14:55:38 -06:00
presprint.go gkarr gm updates pre sprint (#37446) 2025-12-18 14:55:38 -06:00
project.go gkarr gm updates pre sprint (#37446) 2025-12-18 14:55:38 -06:00
releases.go Update github manage tool to output release forecast range (#39797) 2026-02-20 17:23:35 -06:00