{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}
{% include "cacsremoteservice/views/partials/validation-errors.html" %}

PR Integration

Specify if you want to run delta analyses on Pull Requests using external webhooks.

Remember to configure the CodeScene host URL before configuring webhooks. Read more in the documentation.

Automated code health review & code quality profile

Customize how CodeScene comments on pull requests and select a code quality profile that matches your context.

Select a code quality profile
{% ifequal item.webhook-provider-type "github" %}
{% endifequal %} {% if any item.possible-repo-providers.azure item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.bitbucket item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.bitbucket-server item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.gerrit item.possible-repo-providers.other %}
{% endif %} {% if ff-gerrit-plugin %} {% if any item.possible-repo-providers.plugin-gerrit item.possible-repo-providers.other %}
{% endif %} {% endif %} {% if any item.possible-repo-providers.github item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.gitlab item.possible-repo-providers.other %}
{% endif %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/azure-provider.html" %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/bitbucket-provider.html" %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/bitbucket-server-provider.html" %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/gerrit-provider.html" %}
{% if ff-gerrit-plugin %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/plugin-gerrit-provider.html" %}
{% endif %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/github-app-provider.html" %}
{% include "cacsremoteservice/views/projects/webhooks-configuration/gitlab-provider.html" %}
{% endblock %}