Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
325 changes: 0 additions & 325 deletions .github/AUTOMATED_RELEASE_SETUP.md

This file was deleted.

21 changes: 21 additions & 0 deletions .github/BRANCH_PROTECTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Branch Protection Guidance for AiDotNet

We recommend enabling branch protection on both `merge-dev2-to-master` (active base) and `master` (release) with these required status checks:

- CI (.NET) / Lint and Format Check
- CI (.NET) / Build
- CI (.NET) / Test (.NET 8.0.x)
- CI (.NET) / Integration Tests
- CI (.NET) / All Checks Passed
- Quality Gates (.NET) / Publish Size Analysis
- Commit Message Lint / commitlint

Also enable:
- Require pull request reviews (e.g., 1–2 approvals)
- Dismiss stale approvals on new commits (optional)
- Require status checks to pass before merging
- Require branches to be up to date before merging
- Require CODEOWNERS review

Note: The exact names shown in GitHub's UI may include the workflow/job prefixes. Use the exact check names shown on a PR when configuring protection rules.

Loading