Add scheduled repository cleanup workflow
This commit is contained in:
@@ -10,6 +10,7 @@ Use its copyMap for file destinations.
|
||||
Use new-repository.md or existing-project.md as the task workflow.
|
||||
Use matching profiles/*.md guidance after detecting the stack.
|
||||
For releasable projects, add or preserve scheduled security automation.
|
||||
For active projects, add or preserve non-destructive scheduled repository cleanup checks.
|
||||
Check git status before editing.
|
||||
Preserve unrelated user changes.
|
||||
Replace all applicable placeholders and remove non-applicable placeholder sections.
|
||||
@@ -79,6 +80,10 @@ Is the project releasable or does it process user/secrets/config data?
|
||||
yes -> add .gitea/workflows/security-scan.yml or preserve equivalent scheduled security automation
|
||||
no -> document why scheduled security automation is not needed
|
||||
|
||||
Is this an active repository with generated files, artifacts, or branches?
|
||||
yes -> add .gitea/workflows/repo-cleanup.yml or preserve equivalent cleanup checks
|
||||
no -> cleanup automation can be skipped
|
||||
|
||||
Are commands unknown?
|
||||
yes -> document PENDING in .codex/project.md
|
||||
no -> wire commands into AGENTS.md and CI
|
||||
@@ -129,6 +134,7 @@ docs/security-review.md
|
||||
docs/agent-handoff.md
|
||||
.gitea/workflows/build.yml
|
||||
.gitea/workflows/security-scan.yml
|
||||
.gitea/workflows/repo-cleanup.yml
|
||||
```
|
||||
|
||||
For README-generator projects:
|
||||
|
||||
Reference in New Issue
Block a user