ci: reduce Actions spend (drop daily cron, slim PR fan-out, monthly dependabot)#233
Open
SimplyLiz wants to merge 1 commit into
Open
ci: reduce Actions spend (drop daily cron, slim PR fan-out, monthly dependabot)#233SimplyLiz wants to merge 1 commit into
SimplyLiz wants to merge 1 commit into
Conversation
- ckb.yml: remove daily '0 3 * * *' schedule (reindex now manual via workflow_dispatch) - security-audit.yml: drop pull_request trigger (runs on push to main/develop + weekly cron) - dependabot.yml: weekly -> monthly for all ecosystems, group npm updates into one PR
🟢 Change Impact Analysis
Blast Radius: 0 modules, 0 files, 0 unique callers 📝 Changed Symbols (3)
Recommendations
Generated by CKB |
CKB Analysis
Risk factors: Touches 3 hotspot(s) 👥 Suggested: @lisa.welsch1985@gmail.com (100%), @talantyyr@gmail.com (100%)
🎯 Change Impact Analysis · 🟢 LOW · 3 changed → 0 affected
Symbols changed in this PR:
Recommendations:
🔥 Hotspots · 3 volatile files
💡 Quick wins · 10 suggestions
📚 Stale docs · 197 broken references
Generated by CKB · Run details |
CKB Review: ✅ PASS — 97/1003 files (+14 changes) · 2 modules
Change Breakdown
Code HealthEstimated review: ~13min (trivial) Reviewers: lisa.welsch1985 (100%) · talantyyr (100%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warum
Actions-Storage/Compute lief dauerhaft auf, obwohl seit Monaten keine manuellen Commits kamen. Ursachen:
ckb.yml(0 3 * * *) → Reindex jede NachtÄnderungen
schedule-Cron entfernt. Reindex läuft weiter manuell viaworkflow_dispatch.pull_request-Trigger entfernt. Security läuft jetzt auf push→main/develop + wöchentlichem Cron (Mo 06:00) + manuell.weekly→monthly; npm-Updates gruppiert (ein PR statt vieler).Hinweise