feat: auto-accept repository invitations for migration workflow#322
Conversation
- Upgrade express from 5.1.0 to 5.2.0 (includes security fix for CVE-2024-51999) - CI migration from CircleCI to GitHub Actions is complete: - GitHub Actions CI workflow implemented - GitHub Actions deployment workflow implemented - CircleCI configuration removed - README badges updated to GitHub Actions Closes #281
🤖 Worlddriven Status📊 Live Status Dashboard🗓️ Merge Date: 2025-12-10 at 12:27:57 UTC (today) 🎯 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-12-08, 16:40:07 - Pull request opened This comment is automatically updated by worlddriven |
Add hourly cron job that: - Checks for pending repository invitations to worlddrivenbot - Automatically accepts them using GITHUB_FALLBACK_TOKEN - Finds related open PRs in worlddriven/documentation - Triggers CI re-run on those PRs This enables fully automated repository migration without manual intervention after the initial invitation is sent.
71bf666 to
14f850c
Compare




Summary
Add automatic acceptance of repository invitations to enable fully automated migration workflow.
What it does:
GITHUB_FALLBACK_TOKENworlddriven/documentationthat modifyREPOSITORIES.mdWhy:
Workflow:
Origin: owner/repoin documentation's REPOSITORIES.mdToken Requirements
GITHUB_FALLBACK_TOKENneeds:reposcope - to accept invitations and read PR diffsworkflowscope (optional) - to re-trigger workflow runs