feat: add board rule toggles for approval and review requirements
This commit is contained in:
@@ -21,4 +21,7 @@ export interface BoardUpdate {
|
||||
target_date?: string | null;
|
||||
goal_confirmed?: boolean | null;
|
||||
goal_source?: string | null;
|
||||
require_approval_for_done?: boolean | null;
|
||||
require_review_before_done?: boolean | null;
|
||||
block_status_changes_with_pending_approval?: boolean | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user