Skip to main content

Module fetch

Module fetch 

Source

Structs§

AuthError
Typed error for GitHub authentication failures (401 / Bad credentials). Callers can downcast anyhow::Error to this type to distinguish auth errors from transient network errors and trigger a token re-prompt.

Functions§

fetch_and_score_prs
Fetch PRs from all configured queries, deduplicate, score, and split into active and snoozed lists. Both lists are sorted by score descending.