diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index 62ab60a..06f3a0b 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -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 diff --git a/REPOSITORIES.md b/REPOSITORIES.md index 2e3abbc..c0c0541 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -109,6 +109,11 @@ Track implementation progress in GitHub issue #9. +## 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