Skip to content

Commit 9e0b45a

Browse files
authoredFeb 24, 2025··
CODEOWNERS proposal (#334)
* feat(github): Add new project-board group sort project team alphabetically * feat(repo): Add example CODEOWNERS file * feat(repo config): Require review from codeowners for owner_only template make linter happy Signed-off-by: Jan Schoone <jan.schoone@uhurutec.com>
1 parent 385d5e3 commit 9e0b45a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CODEOWNERS @org/project-board

‎orgs/SovereignCloudStack/data.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,15 @@ teams:
652652
privacy: closed
653653
maintainer:
654654
- cpt-kernel-afk
655+
- slug: "project-board"
656+
description: "Members of Board"
657+
privacy: closed
658+
maintainer:
659+
- berendt
660+
- fkr
661+
- garloff
662+
- jschoone
663+
- matofeder
655664

656665
# ==========================
657666
branch_protection_templates:
@@ -685,7 +694,7 @@ branch_protection_templates:
685694
users: [] # list of members or empty list
686695
teams: [] # list of teams or empty list
687696
dismiss_stale_reviews: false
688-
require_code_owner_reviews: false
697+
require_code_owner_reviews: true
689698
required_approving_review_count: 1
690699
restrictions:
691700
users: [] # list of members or empty list

0 commit comments

Comments
 (0)
Please sign in to comment.