|
11 | 11 | <meta name="description" content="Enable the Bitbucket integration to have pull request status, comments, and analysis summaries from Codacy directly on pull requests."> |
12 | 12 |
|
13 | 13 |
|
14 | | - <meta http-equiv="last-modified" content="2024-07-04 07:49:35"> |
| 14 | + <meta http-equiv="last-modified" content="2025-09-24 15:35:34"> |
15 | 15 |
|
16 | 16 |
|
17 | 17 | <link rel="canonical" href="https://docs.codacy.com/repositories-configure/integrations/bitbucket-integration/"> |
|
663 | 663 | Refreshing the Bitbucket integration |
664 | 664 | </a> |
665 | 665 |
|
666 | | -</li> |
667 | | - |
668 | | - <li class="md-nav__item"> |
669 | | - <a href="#generating-automatic-pull-request-summaries" class="md-nav__link"> |
670 | | - Generating automatic pull request summaries |
671 | | - </a> |
672 | | - |
673 | 666 | </li> |
674 | 667 |
|
675 | 668 | <li class="md-nav__item"> |
@@ -4779,30 +4772,6 @@ <h2 id="refreshing">Refreshing the Bitbucket integration<a class="headerlink" hr |
4779 | 4772 | </li> |
4780 | 4773 | </ol> |
4781 | 4774 | <p>After refreshing the integration, Codacy will use the logged in Bitbucket user to create comments on new pull requests.</p> |
4782 | | -<h2 id="generating-automatic-pull-request-summaries">Generating automatic pull request summaries<a class="headerlink" href="#generating-automatic-pull-request-summaries" title="Permanent link">#</a></h2> |
4783 | | -<div class="admonition info"> |
4784 | | -<p class="admonition-title">This is a preview feature</p> |
4785 | | -<p>This is an upcoming Codacy feature. If you're interested, contact <a href=" mailto:[email protected]" >[email protected]</a> for early access. </p> |
4786 | | -</div> |
4787 | | -<p>Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code. |
4788 | | -Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact.</p> |
4789 | | -<p><img alt="Automatic Summary on Bitbucket" src="../images/bitbucket-integration-automatic-summary.png" /></p> |
4790 | | -<div class="admonition note"> |
4791 | | -<p class="admonition-title">Note</p> |
4792 | | -<ul> |
4793 | | -<li>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.</li> |
4794 | | -<li>Summaries are generated using the pull request title, branch name, commit messages, and changes diff.</li> |
4795 | | -</ul> |
4796 | | -</div> |
4797 | | -<p>To enable this feature, add the following to the <a href="../../codacy-configuration-file/">Codacy configuration file</a> <code>.codacy.yaml</code> in the root of your repository:</p> |
4798 | | -<div class="highlight"><pre><span></span><code><span class="nn">---</span> |
4799 | | -<span class="nt">reviews</span><span class="p">:</span> |
4800 | | -<span class="w"> </span><span class="nt">high_level_summary</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span> |
4801 | | -</code></pre></div> |
4802 | | -<p>You can also enable this feature across your organization by creating the above file in the root of a repository named <code>.codacy</code>. This file will be used as the default configuration for all repositories in the organization and overridden by repository-specific configuration files.</p> |
4803 | | -<p>Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request.</p> |
4804 | | -<p>Pull requests opened by bots, such as Dependabot, are ignored.</p> |
4805 | | -<p>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.</p> |
4806 | 4775 | <h2 id="see-also">See also<a class="headerlink" href="#see-also" title="Permanent link">#</a></h2> |
4807 | 4776 | <ul> |
4808 | 4777 | <li><a href="../../../getting-started/integrating-codacy-with-your-git-workflow/">Integrating Codacy with your Git workflow</a></li> |
@@ -4963,7 +4932,7 @@ <h3>Share your feedback 📢</h3> |
4963 | 4932 | <div class="md-source-date"> |
4964 | 4933 | <small> |
4965 | 4934 |
|
4966 | | - Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 4, 2024</span> |
| 4935 | + Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 24, 2025</span> |
4967 | 4936 |
|
4968 | 4937 | </small> |
4969 | 4938 | </div> |
|
0 commit comments