[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #1010

Merged
Ghost merged 1 commits from groq/issue-918 into main 2026-04-07 09:52:34 +00:00

View File

@@ -249,6 +249,16 @@
<a href="POLICY.md" target="_blank" rel="noopener noreferrer">
View Contribution Policy
</a>
<div class="branch-policy" style="margin-top: 10px; font-size: 12px; color: #aaa;">
<strong>Branch Protection Policy</strong><br>
- Require PR for merge ✅<br>
- Require 1 approval ✅<br>
- Require CI ✅ (where available)<br>
- Dismiss stale approvals ✅<br>
- Block force push ✅<br>
- Block branch deletion ✅<br>
<small>Default reviewers: @perplexity, @Timmy</small>
</div>
</footer>
<script type="module" src="./app.js"></script>