Skip to content

Commit

Permalink
Allow configuring approvals on a train-level
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Oct 30, 2024
1 parent 81ddcd5 commit 00bc88f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/trains_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00bc88f

Please # to comment.