feat: add nightly branch workflow

This commit is contained in:
GitHub Actions
2026-01-13 22:11:28 +00:00
parent d27c925ba5
commit 4adcd9eda1
187 changed files with 8897 additions and 1614 deletions

View File

@@ -32,11 +32,13 @@ Removed `[skip ci]` flag from workflow commit message while maintaining robust i
`.github/workflows/docs-to-issues.yml` (Line 346)
**Before:**
```yaml
git commit -m "chore: move processed issue files to created/ [skip ci]"
```
**After:**
```yaml
git commit -m "chore: move processed issue files to created/"
# Removed [skip ci] to allow CI checks to run on PRs
@@ -71,6 +73,7 @@ git commit -m "chore: move processed issue files to created/"
**Level:** LOW
**Justification:**
- Workflow-only change (no application code modified)
- Multiple loop protection mechanisms (path filter + bot guard)
- Enables CI validation (improves security posture)