{% extends "settings/layout.html" %} {% block settings_content %}

Auto-PR Submission

Set the organisation-wide default for automatic pull request creation. Individual projects can override this in their configuration's Advanced Settings.

{% if flash %}
{{ flash.message }}
{% endif %} {% if error is defined and error %}
{{ error }}
{% endif %}
Default Trust Tier Threshold

Solutions that meet or exceed this tier will automatically have draft pull requests created. Projects use this default unless they specify their own override.

{% endblock %}