[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #1037
22
index.html
22
index.html
@@ -305,13 +305,33 @@
|
||||
index.html
|
||||
```html
|
||||
<<<<<<< search
|
||||
<div style="margin-top: 10px; font-size: 12px; color: #aaa;">
|
||||
<div class="branch-policy" style="margin-top: 10px; font-size: 12px; color: #aaa;">
|
||||
<strong>BRANCH PROTECTION POLICY</strong><br>
|
||||
<ul style="margin:0; padding-left:15px;">
|
||||
<li>• Require PR for merge ✅</li>
|
||||
<li>• Require 1 approval ✅</li>
|
||||
<li>• Dismiss stale approvals ✅</li>
|
||||
<li>• Require CI ✅ (where available)</li>
|
||||
<li>• Block force push ✅</li>
|
||||
<li>• Block branch deletion ✅</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="default-reviewers" style="margin-top: 8px;">
|
||||
<strong>DEFAULT REVIEWERS</strong><br>
|
||||
<ul style="margin:0; padding-left:15px;">
|
||||
<li>• <span style="color:#4af0c0;">@perplexity</span> (QA gate on all repos)</li>
|
||||
<li>• <span style="color:#7b5cff;">@Timmy</span> (owner gate on hermes-agent)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="implementation-status" style="margin-top: 10px;">
|
||||
<strong>IMPLEMENTATION STATUS</strong><br>
|
||||
<ul style="margin:0; padding-left:15px;">
|
||||
<li>• <span class="repo-status" data-repo="hermes-agent">Require PR + 1 approval + CI ✅</span></li>
|
||||
<li>• <span class="repo-status" data-repo="the-nexus">Require PR + 1 approval ⚠️ (CI disabled)</span></li>
|
||||
<li>• <span class="repo-status" data-repo="timmy-home">Require PR + 1 approval ✅</span></li>
|
||||
<li>• <span class="repo-status" data-repo="timmy-config">Require PR + 1 approval ✅</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="module" src="./app.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user