-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (18 loc) · 840 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
19 lines (18 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2026 bartzbeielstein
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# CODEOWNERS — defines required reviewers for sensitive paths.
#
# GitHub enforces this on every PR that touches a matching path:
# the listed owner(s) must approve before the PR can be merged,
# regardless of other branch-protection settings.
#
# This ensures that changes to CI/CD pipelines always receive an
# explicit human sign-off and cannot land on main via a bot PR
# (Dependabot, semantic-release, etc.) without review.
#
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Workflow files — any PR that modifies .github/workflows/ requires
# approval from the repository owner before it can be merged.
.github/workflows/ @bartzbeielstein