-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworlddriven-migrate.json
More file actions
17 lines (17 loc) · 1.17 KB
/
worlddriven-migrate.json
File metadata and controls
17 lines (17 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "WorldDriven Migrate",
"url": "https://www.worlddriven.org/migrate",
"hook_attributes": {
"url": "https://www.worlddriven.org/api/webhooks/migrate"
},
"description": "One-time repository migration to the worlddriven organization.\n\nThis app enables automated transfer of your repository to the worlddriven org after your migration PR has been approved by the community.\n\nHow It Works:\n1. Create a PR adding your repository to REPOSITORIES.md\n2. Wait for community approval through worlddriven voting\n3. Install this app on your repository\n4. Your repository is automatically transferred to the worlddriven org\n5. The PR auto-merges once the transfer completes\n\nThis app only requires Administration permission to perform the one-time transfer. You can uninstall it after migration is complete.\n\nNote: This is a separate app from the main WorldDriven app to keep permissions minimal. The main app handles PR voting and auto-merge; this app only handles repository transfers.",
"public": true,
"default_events": [
"installation",
"installation_repositories"
],
"default_permissions": {
"administration": "write",
"metadata": "read"
}
}