diff --git a/docs/repositories-configure/integrations/bitbucket-integration.md b/docs/repositories-configure/integrations/bitbucket-integration.md index 5a7e381584..dd58d89abb 100644 --- a/docs/repositories-configure/integrations/bitbucket-integration.md +++ b/docs/repositories-configure/integrations/bitbucket-integration.md @@ -71,36 +71,6 @@ In this situation, another user with [administrator access to the repository](.. After refreshing the integration, Codacy will use the logged in Bitbucket user to create comments on new pull requests. -## Generating automatic pull request summaries - -!!! info "This is a preview feature" - This is an upcoming Codacy feature. If you're interested, contact support@codacy.com for early access. - -Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code. -Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact. - -![Automatic Summary on Bitbucket](images/bitbucket-integration-automatic-summary.png) - -!!! note - - This feature uses only AWS services within Codacy's existing infrastructure. No information is shared with any other third party or used to train AI models. - - Summaries are generated using the pull request title, branch name, commit messages, and changes diff. - -To enable this feature, add the following to the [Codacy configuration file](../codacy-configuration-file.md) `.codacy.yaml` in the root of your repository: - -```yaml ---- -reviews: - high_level_summary: true -``` - -You can also enable this feature across your organization by creating the above file in the root of a repository named `.codacy`. This file will be used as the default configuration for all repositories in the organization and overridden by repository-specific configuration files. - -Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request. - -Pull requests opened by bots, such as Dependabot, are ignored. - -If you see duplicated comments posted by Codacy on the same pull request, please ensure that your repository only has one configured webhook for Codacy. - ## See also - [Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md) diff --git a/docs/repositories-configure/integrations/github-integration.md b/docs/repositories-configure/integrations/github-integration.md index 3b152b75a2..1a76085a96 100644 --- a/docs/repositories-configure/integrations/github-integration.md +++ b/docs/repositories-configure/integrations/github-integration.md @@ -79,36 +79,6 @@ Adds AI-enhanced comments, providing insights and ready-to-commit AI-generated f ![AI-enhanced comment on GitHub](images/github-integration-ai-comment.png) -## Generating automatic pull request summaries - -!!! info "This is a preview feature" - This is an upcoming Codacy feature. If you're interested, contact support@codacy.com for early access. - -Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code. -Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact. - -![Automatic Summary on GitHub](images/github-integration-automatic-summary.png) - -!!! note - - This feature uses only AWS services within Codacy's existing infrastructure. No information is shared with any other third party or used to train AI models. - - Summaries are generated using the pull request title, branch name, commit messages, and changes diff. - -To enable this feature, add the following to the [Codacy configuration file](../codacy-configuration-file.md) `.codacy.yaml` in the root of your repository: - -```yaml ---- -reviews: - high_level_summary: true -``` - -You can also enable this feature across your organization by creating the above file in the root of a repository named `.codacy`. This file will be used as the default configuration for all repositories in the organization and overridden by repository-specific configuration files. - -Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request. - -Pull requests opened by bots, such as Dependabot, are ignored. - -If you see duplicated comments posted by Codacy on the same pull request, please ensure that your repository only has one configured webhook for Codacy. - ## See also - [Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md) diff --git a/docs/repositories-configure/integrations/images/bitbucket-integration-automatic-summary.png b/docs/repositories-configure/integrations/images/bitbucket-integration-automatic-summary.png deleted file mode 100644 index d9df37f4dd..0000000000 Binary files a/docs/repositories-configure/integrations/images/bitbucket-integration-automatic-summary.png and /dev/null differ diff --git a/docs/repositories-configure/integrations/images/github-integration-automatic-summary.png b/docs/repositories-configure/integrations/images/github-integration-automatic-summary.png deleted file mode 100644 index d353a03de6..0000000000 Binary files a/docs/repositories-configure/integrations/images/github-integration-automatic-summary.png and /dev/null differ