mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
feat: add max depth for reminders
This commit is contained in:
@@ -191,3 +191,8 @@ export const SLACK_CHANNEL = 'C762UG76Z';
|
||||
* Concurrency for async pool
|
||||
*/
|
||||
export const CONCURRENCY = 3;
|
||||
|
||||
/**
|
||||
* Maximum depth for merge request reminders
|
||||
*/
|
||||
export const MAX_DEPTH_FOR_REMINDER = 2;
|
||||
|
||||
Reference in New Issue
Block a user