diff --git a/src/lib/stores/PRs.ts b/src/lib/stores/PRs.ts index 915ec6d..60b54b5 100644 --- a/src/lib/stores/PRs.ts +++ b/src/lib/stores/PRs.ts @@ -53,6 +53,7 @@ export const ensurePRSummaries = async (repo_id: string) => { '#a': repo.maintainers.map( (m) => `${repo_kind}:${m.hexpubkey}:${repo.repo_id}` ), + '#t': ['root'], limit: 50, }, ],