feat: enable automatic repository deletion with protected repos#5
Merged
worlddriven[bot] merged 1 commit intoworlddriven:mainfrom Nov 1, 2025
Merged
feat: enable automatic repository deletion with protected repos#5worlddriven[bot] merged 1 commit intoworlddriven:mainfrom
worlddriven[bot] merged 1 commit intoworlddriven:mainfrom
Conversation
Contributor
🤖 Worlddriven Status📊 Live Status Dashboard🗓️ Merge Date: 2025-10-29 at 15:10:34 UTC (2 days ago) 🎯 Want to influence when this merges?Your review matters! As a contributor to this project, your voice helps determine the merge timeline. How to review:Your options:
💡 Pro tip: The more contributors who agree, the faster this gets merged! 📊 View detailed stats on the dashboard 📋 Recent Activity• 2025-11-01, 05:56:47 - Pull request merged by worlddriven ✅ This comment is automatically updated by worlddriven |
Add repository deletion functionality to the sync automation: - Automatically delete repositories not in REPOSITORIES.md - Protect 'documentation', 'core', and 'webapp' from deletion - Add workflow summary to actual sync runs (like dry-run) - Update summary output to show deletion count The sync process now handles the full lifecycle of repositories: creating, updating, and deleting them based on REPOSITORIES.md while protecting critical infrastructure repositories.
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.




Summary
Adds repository deletion functionality to the sync automation while protecting critical infrastructure repositories.
Changes
documentation,core, andwebapp- these can never be auto-deletedImplementation Details
The sync process now handles the full lifecycle:
Protected repositories appear in the "Skip (protected)" section of the summary instead of being deleted.
Test Plan