Skip to content

Commit 2078aa2

Browse files
authored
clean: Delete AI PR Summary documentation [TAROT-3261] (#2485)
1 parent 7202a97 commit 2078aa2

File tree

4 files changed

+0
-60
lines changed

4 files changed

+0
-60
lines changed

docs/repositories-configure/integrations/bitbucket-integration.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -71,36 +71,6 @@ In this situation, another user with [administrator access to the repository](..
7171

7272
After refreshing the integration, Codacy will use the logged in Bitbucket user to create comments on new pull requests.
7373

74-
## Generating automatic pull request summaries
75-
76-
!!! info "This is a preview feature"
77-
This is an upcoming Codacy feature. If you're interested, contact <a href="mailto:support@codacy.com">support@codacy.com</a> for early access.
78-
79-
Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code.
80-
Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact.
81-
82-
![Automatic Summary on Bitbucket](images/bitbucket-integration-automatic-summary.png)
83-
84-
!!! note
85-
- 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.
86-
- Summaries are generated using the pull request title, branch name, commit messages, and changes diff.
87-
88-
To enable this feature, add the following to the [Codacy configuration file](../codacy-configuration-file.md) `.codacy.yaml` in the root of your repository:
89-
90-
```yaml
91-
---
92-
reviews:
93-
high_level_summary: true
94-
```
95-
96-
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.
97-
98-
Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request.
99-
100-
Pull requests opened by bots, such as Dependabot, are ignored.
101-
102-
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.
103-
10474
## See also
10575

10676
- [Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md)

docs/repositories-configure/integrations/github-integration.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -79,36 +79,6 @@ Adds AI-enhanced comments, providing insights and ready-to-commit AI-generated f
7979

8080
![AI-enhanced comment on GitHub](images/github-integration-ai-comment.png)
8181

82-
## Generating automatic pull request summaries
83-
84-
!!! info "This is a preview feature"
85-
This is an upcoming Codacy feature. If you're interested, contact <a href="mailto:support@codacy.com">support@codacy.com</a> for early access.
86-
87-
Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code.
88-
Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact.
89-
90-
![Automatic Summary on GitHub](images/github-integration-automatic-summary.png)
91-
92-
!!! note
93-
- 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.
94-
- Summaries are generated using the pull request title, branch name, commit messages, and changes diff.
95-
96-
To enable this feature, add the following to the [Codacy configuration file](../codacy-configuration-file.md) `.codacy.yaml` in the root of your repository:
97-
98-
```yaml
99-
---
100-
reviews:
101-
high_level_summary: true
102-
```
103-
104-
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.
105-
106-
Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request.
107-
108-
Pull requests opened by bots, such as Dependabot, are ignored.
109-
110-
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.
111-
11282
## See also
11383

11484
- [Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)