Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/organizations/managing-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ To add new repositories to Codacy:

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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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 in docs/organizations/managing-repositories.md if a more specific guide exists.


![Waiting for first analysis results](images/repositories-analyzing.png)

## Following or unfollowing a repository {: id="follow-unfollow"}
Expand Down
Loading