Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Check drift detection result
if: steps.drift.outputs.exit_code != '0'
run: |
echo "⚠️ Drift detected between REPOSITORIES.md and GitHub organization"
echo "Review the drift report in the PR comment above"
exit 0
echo "❌ Transfer blocked: worlddriven lacks admin permission on source repository"
echo "Review the drift report in the workflow summary above"
echo "Grant worlddriven admin access to the source repository to unblock"
exit 1
5 changes: 5 additions & 0 deletions REPOSITORIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Track implementation progress in GitHub issue #9.

<!-- Add repositories below this line -->

## core
- Description: Democratic governance system for GitHub pull requests
- Topics: democracy, open-source, governance, automation, worlddriven
- Origin: TooAngel/worlddriven

## documentation
- Description: Core documentation repository for worlddriven project
- Topics: documentation, worlddriven
Expand Down
Loading