You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/repositories-configure/integrations/bitbucket-integration.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,36 +71,6 @@ In this situation, another user with [administrator access to the repository](..
71
71
72
72
After refreshing the integration, Codacy will use the logged in Bitbucket user to create comments on new pull requests.
73
73
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 <ahref="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
-

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
-
104
74
## See also
105
75
106
76
-[Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md)
Copy file name to clipboardExpand all lines: docs/repositories-configure/integrations/github-integration.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,36 +79,6 @@ Adds AI-enhanced comments, providing insights and ready-to-commit AI-generated f
79
79
80
80

81
81
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 <ahref="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
-

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
-
112
82
## See also
113
83
114
84
-[Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md)
0 commit comments