1# SPDX-License-Identifier: MPL-2.0
 2
 3# Copyright (C) 2025 Aleksa Sarai <cyphar@cyphar.com>
 4# Copyright (C) 2025 SUSE LLC
 5#
 6# This Source Code Form is subject to the terms of the Mozilla Public
 7# License, v. 2.0. If a copy of the MPL was not distributed with this
 8# file, You can obtain one at https://mozilla.org/MPL/2.0/.
 9
10comment:
11  layout: "condensed_header, reach, diff, components, condensed_files, condensed_footer"
12  require_changes: true
13  branches:
14    - main
15
16coverage:
17  range: 60..100
18  status:
19    project:
20      default:
21        target: 85%
22        threshold: 0%
23    patch:
24      default:
25        target: auto
26        informational: true
27
28github_checks:
29  annotations: false