File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- # CODEOWNERS for AiDotNet
2- # Update these handles to your actual maintainers/teams.
3- # Lines are of the form: <pattern> <owner1> <owner2>
1+ # CODEOWNERS enforces review from code owners on PRs touching matching paths.
2+ # Adjust as needed to match your GitHub users/teams.
43
5- * @ cheat # TODO: replace with your org/team, e.g. @ ooples/core or @ooples/ai-team
4+ * @ ooples
65
Original file line number Diff line number Diff line change 1+ # Branch Protection (merge-dev2-to-master)
2+
3+ - Protect ` merge-dev2-to-master ` branch.
4+ - Require pull request before merging.
5+ - Require up-to-date with base before merging.
6+ - Require status checks to pass:
7+ - CI (.NET)
8+ - Build
9+ - Quality Gates (if enabled)
10+ - Require code owner review (via ` .github/CODEOWNERS ` ).
11+ - Disallow force pushes and deletions.
12+
13+ Note: Configure these in GitHub Settings → Branches after the first clean CI run so the exact check names are visible.
You can’t perform that action at this time.
0 commit comments