8000 Tags · supermodeltools/dead-code-hunter · GitHub
[go: up one dir, main page]

Skip to content

Tags: supermodeltools/dead-code-hunter

Tags

v2

Toggle v2's commit message
feat: scope dead code findings to PR changed files

When running on a pull_request trigger, fetch the list of changed files
from the GitHub API and filter dead code candidates to only report
findings in files that were modified in the PR. This prevents
overwhelming PR comments with pre-existing findings in unrelated files.

Closes #10

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use UUID for idempotency key to scale to concurrent users (#4)

0