From 00bc88f68bd17ffc0d63402ace571179b0f6341d Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Wed, 30 Oct 2024 19:15:05 +0530 Subject: [PATCH] Allow configuring approvals on a train-level --- app/controllers/trains_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/trains_controller.rb b/app/controllers/trains_controller.rb index 7ae2bd9c0..0807096d6 100644 --- a/app/controllers/trains_controller.rb +++ b/app/controllers/trains_controller.rb @@ -162,7 +162,8 @@ def train_update_params :notifications_enabled, :tag_releases, :tag_suffix, - :patch_version_bump_only + :patch_version_bump_only, + :approvals_enabled ) end