From a900d57f5cdfcece70fb83e35dbb3beb5450d175 Mon Sep 17 00:00:00 2001 From: Jorge Braz Date: Tue, 17 Mar 2026 11:12:03 +0000 Subject: [PATCH] docs: document 15-day PR activity window for new repositories 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 --- docs/organizations/managing-repositories.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/organizations/managing-repositories.md b/docs/organizations/managing-repositories.md index 42b943a7e7..7cfea7be6a 100644 --- a/docs/organizations/managing-repositories.md +++ b/docs/organizations/managing-repositories.md @@ -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). + ![Waiting for first analysis results](images/repositories-analyzing.png) ## Following or unfollowing a repository {: id="follow-unfollow"}