diff --git a/1. **`timmy-config/.gitea/protected_branches.yaml` b/1. **`timmy-config/.gitea/protected_branches.yaml` new file mode 100644 index 0000000..b8ee1dd --- /dev/null +++ b/1. **`timmy-config/.gitea/protected_branches.yaml` @@ -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