Skip to content
Snippets Groups Projects

PoC: Deployment Approvals

Closed Shinya Maeda requested to merge poc-deployment-approval into master
2 unresolved threads
12 files
+ 156
3
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 1
1
@@ -434,7 +434,7 @@ def options_scheduled_at
end
def action?
%w[manual delayed].include?(self.when)
%w[manual delayed].include?(self.when) || deployment&.need_approval?
end
# rubocop: disable CodeReuse/ServiceClass
Loading