Skip to content

Commit 6182797

Browse files
committed
Remove known-drift callouts from new_repo_checklist
1 parent 490d429 commit 6182797

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

docs/new_repo_checklist.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ gh api "/repos/$REPO/rulesets" --jq '.[] | {name, target, enforcement, rules: [.
9191

9292
Expected output includes a ruleset with `["deletion","non_fast_forward","required_linear_history","pull_request"]`.
9393

94-
**Known drift across existing repos:**
95-
- `sara-utilities`, `sara-stid` have no ruleset — need one added.
96-
- `sara-anonymizer` uses `required_approving_review_count: 0`; the convention is `1`.
97-
9894
---
9995

10096
## 3. Required status checks
@@ -165,7 +161,7 @@ gh api -X PUT "/repos/$REPO/environments/Development" \
165161
gh api "/repos/$REPO/environments" --jq '.environments[].name'
166162
```
167163

168-
**Known drift:** most sara repos have zero environments; `sara-anonymizer` has `Development` and `Staging` but no `Production`. Set up all three or none, but keep consistent.
164+
Set up all three environments or none, but keep the choice consistent across the service's dev/staging/prod workflows.
169165

170166
---
171167

@@ -185,13 +181,6 @@ Required:
185181
gh api "/repos/$REPO/actions/secrets" --jq '.secrets[].name'
186182
```
187183

188-
**Known drift:** several sara repos still have obsolete secrets (`ROBOTICS_AURORADEVACR_*`, `ROBOTICS_AURORAPRODACR_*`) left over from before the registry consolidation. Safe to delete:
189-
190-
```bash
191-
gh api -X DELETE "/repos/$REPO/actions/secrets/ROBOTICS_AURORADEVACR_USERNAME"
192-
# ...repeat for other obsolete ones
193-
```
194-
195184
---
196185

197186
## 6. Actions variables
@@ -280,4 +269,3 @@ gh api "/repos/$REPO/actions/secrets" --jq '.secrets[].name'
280269
## Notes
281270

282271
- These values are **conventions**, not enforced by tooling. If enforcement matters, promote them to an **org-level ruleset** targeting `sara-*` / `flotilla` / `isar-*`; that removes the per-repo drift problem entirely.
283-
- Repos created before this document exists likely deviate. See the "Known drift" callouts under each section.

0 commit comments

Comments
 (0)