generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d6f4af
commit df63472
Showing
4 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,34 @@ | ||
{ | ||
"reviewDelayTolerance": "1 Day", | ||
"taskStaleTimeoutDuration": "30 Days", | ||
"startRequiresWallet": true, | ||
"assignedIssueScope": "org", | ||
"emptyWalletText": "Please set your wallet address with the /wallet command first and try again.", | ||
"maxConcurrentTasks": { | ||
"admin": 20, | ||
"member": 10, | ||
"collaborator": 10, | ||
"contributor": 2 | ||
}, | ||
"assignedIssueScope": "org", | ||
"emptyWalletText": "Please set your wallet address with the /wallet command first and try again.", | ||
"rolesWithReviewAuthority": ["OWNER", "ADMIN", "MEMBER"], | ||
"requiredLabelsToStart": [ | ||
{ | ||
"name": "Priority: 1 (Normal)", | ||
"roles": ["admin", "member", "contributor", "owner", "billing_manager"] | ||
"allowedRoles": ["collaborator", "contributor"], | ||
"name": "Priority: 1 (Normal)" | ||
}, | ||
{ | ||
"name": "Priority: 2 (Medium)", | ||
"roles": ["admin", "member", "contributor", "owner", "billing_manager"] | ||
"allowedRoles": ["collaborator", "contributor"], | ||
"name": "Priority: 2 (Medium)" | ||
}, | ||
{ | ||
"name": "Priority: 3 (High)", | ||
"roles": ["admin", "member", "contributor", "owner", "billing_manager"] | ||
"allowedRoles": ["collaborator", "contributor"], | ||
"name": "Priority: 3 (High)" | ||
}, | ||
{ | ||
"name": "Priority: 4 (Urgent)", | ||
"roles": ["admin", "member", "contributor", "owner", "billing_manager"] | ||
"allowedRoles": ["collaborator", "contributor"], | ||
"name": "Priority: 4 (Urgent)" | ||
}, | ||
{ | ||
"name": "Priority: 5 (Emergency)", | ||
"roles": ["admin", "member", "contributor", "owner", "billing_manager"] | ||
"allowedRoles": ["collaborator", "contributor"], | ||
"name": "Priority: 5 (Emergency)" | ||
} | ||
] | ||
], | ||
"reviewDelayTolerance": "1 Day", | ||
"rolesWithReviewAuthority": ["OWNER", "ADMIN", "MEMBER"], | ||
"startRequiresWallet": true, | ||
"taskStaleTimeoutDuration": "30 Days" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters