[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #967
15
1. **`timmy-config/.gitea/protected_branches.yaml`
Normal file
15
1. **`timmy-config/.gitea/protected_branches.yaml`
Normal file
@@ -0,0 +1,15 @@
|
||||
main:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_approvals: true
|
||||
# require_ci_to_merge: true (limited CI)
|
||||
block_force_push: true
|
||||
block_deletions: true
|
||||
>>>>>>> replace
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 2. **`timmy-config/CODEOWNERS`**
|
||||
```txt
|
||||
<<<<<<< search
|
||||
Reference in New Issue
Block a user