Skip to content

Commit af8f42f

Browse files
authored
Feature/add codeowners (#4)
* Create CODEOWNERS and branch protection rules. * fix: trigger release to test v1.8.3 baseline
1 parent f63ce7d commit af8f42f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# =====================================================================
2+
# migration_factory_ees - CODEOWNERS
3+
# =====================================================================
4+
5+
# 1. Default fallback: Any PR requires review from the 'mergers' team
6+
# to ensure code quality before it hits the main branch.
7+
* @redhat-cop/openshift-virtualization-migration-mergers
8+
9+
# 2. CI/CD and Release Config: Only 'admins' should approve changes to
10+
# GitHub Actions, semantic release config, and branch protections.
11+
/.github/workflows/ @redhat-cop/openshift-virtualization-migration-admins
12+
/pyproject.toml @redhat-cop/openshift-virtualization-migration-admins
13+
14+
# 3. Execution Environment specific folders: The general team can review
15+
# changes to the container definitions and Ansible Builder contexts.
16+
/openshift-virtualization-migration-ee-2.4/ @redhat-cop/openshift-virtualization-migration
17+
/openshift-virtualization-migration-ee-2.5/ @redhat-cop/openshift-virtualization-migration
18+
/openshift-virtualization-migration-ee-2.6/ @redhat-cop/openshift-virtualization-migration
19+
/scripts/ @redhat-cop/openshift-virtualization-migration
20+
21+
# 4. Documentation: Allow general team review README and CONTRIBUTING updates.
22+
/*.md @redhat-cop/openshift-virtualization-migration

0 commit comments

Comments
 (0)