-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworlddriven.json
More file actions
28 lines (28 loc) · 1.41 KB
/
worlddriven.json
File metadata and controls
28 lines (28 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "WorldDriven",
"url": "https://www.worlddriven.org",
"hook_attributes": {
"url": "https://www.worlddriven.org/api/webhooks/github"
},
"redirect_url": "https://www.worlddriven.org/auth/callback",
"callback_urls": [
"https://www.worlddriven.org/auth/callback"
],
"setup_url": "https://www.worlddriven.org/setup",
"description": "World Driven - Democratic Pull Request Management Through Contribution-Based Voting.\n\nWorld Driven transforms how open source projects handle pull requests by implementing a fair, transparent, and automated merge system based on contributor participation.\n\nHow It Works:\n- Pull requests are automatically merged after a configurable time period (default: 10 days)\n- Contributors can vote on PRs through GitHub's native review system\n- Approve a review to speed up the merge\n- Request Changes to slow it down or block the merge\n- Vote weight is proportional to contributions to the project\n\nPerfect for open source projects with distributed maintainership, teams wanting democratic code review processes, and communities prioritizing contributor empowerment.",
"public": true,
"default_events": [
"pull_request",
"pull_request_review",
"push"
],
"default_permissions": {
"checks": "write",
"contents": "write",
"issues": "write",
"metadata": "read",
"pull_requests": "write",
"statuses": "write",
"workflows": "write"
}
}