Skip to content

fix: filter repo scan by closed_at to respect 35-day window#463

Open
bitloi wants to merge 1 commit intoentrius:testfrom
bitloi:fix/issue-451-repo-scan-since-filter
Open

fix: filter repo scan by closed_at to respect 35-day window#463
bitloi wants to merge 1 commit intoentrius:testfrom
bitloi:fix/issue-451-repo-scan-since-filter

Conversation

@bitloi
Copy link
Copy Markdown
Contributor

@bitloi bitloi commented Apr 15, 2026

Summary

GitHub REST since param filters by updated_at, not closed_at. Old issues that get a recent comment or label leak into the 35-day repo scan window, polluting credibility scoring. Added client-side closed_at filter in _scan_repo and a debug log for dropped issues.

Related Issues

Closes #451

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Testing

  • Tests added/updated
  • Manually tested

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Changes are documented (if applicable)

@bitloi bitloi force-pushed the fix/issue-451-repo-scan-since-filter branch from 9454450 to c08d5d5 Compare April 15, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Repo scan ignores 35-day window — since filters by updated_at, not closed_at

1 participant