docs: document 15-day PR activity window for new repositories#2614
docs: document 15-day PR activity window for new repositories#2614
Conversation
When a repository is first added to Codacy, only pull requests with activity in the previous 15 days are automatically analyzed. Added a note to the managing-repositories page to inform users about this limitation and how to analyze older PRs via manual reanalysis. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Overall readability score: 54.06 (🔴 -0.01)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
Codacy's Analysis Summary0 new issue (≤ 0 minor issue)
|
Codacy's Analysis Summary0 new issues (≤ 0 minor issues)
|
1 similar comment
Codacy's Analysis Summary0 new issues (≤ 0 minor issues)
|
There was a problem hiding this comment.
Pull Request Overview
The pull request successfully implements the documentation for the 15-day activity window for newly added repositories, aligning with the intended acceptance criteria. Codacy analysis confirms the changes are up to standards with no new quality or complexity issues.
The main point of attention is the specificity of the manual reanalysis link. Although the link is valid, it directs users to repository-level instructions rather than pull-request-specific actions. Ensuring this link points to the most relevant documentation will prevent user confusion when attempting to analyze older PRs.
Test suggestions
- Verify the presence and wording of the 15-day activity window note in docs/organizations/managing-repositories.md
- Verify the relative path to the manual reanalysis FAQ (../faq/repositories/how-do-i-reanalyze-my-repository.md) is valid
🗒️ Improve review quality by adding custom instructions
| Although Codacy immediately starts analyzing newly added repositories, they display empty metrics until the first analysis returns results. | ||
|
|
||
| !!! note | ||
| When adding a repository, Codacy automatically analyzes pull requests that had activity in the last 15 days. To analyze older pull requests, you can [trigger a reanalysis manually](../faq/repositories/how-do-i-reanalyze-my-repository.md). |
There was a problem hiding this comment.
🟡 MEDIUM RISK
Suggestion: The link currently points to repository reanalysis, which might not be the correct procedure for analyzing specific older pull requests. If there is a documentation page dedicated to reanalyzing pull requests, it would be a more appropriate target.
Try running the following prompt in your coding agent:
Search for a documentation file specifically about reanalyzing pull requests (e.g., in
docs/faq/pull-requests/) and update the link indocs/organizations/managing-repositories.mdif a more specific guide exists.
Summary
managing-repositories.mdexplaining that when a repository is first added to Codacy, only pull requests with activity in the last 15 days are automatically analyzedTest plan
🤖 Generated with Claude Code