From 189f6efaa5ecd55b3521e5182c50091d8bea0d6d Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:23:42 -0400 Subject: [PATCH] DOP-4490-b readding some changes --- src/services/slack.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/services/slack.ts b/src/services/slack.ts index 5c3d8bef7..3e00f5b8f 100644 --- a/src/services/slack.ts +++ b/src/services/slack.ts @@ -69,6 +69,7 @@ export class SlackConnector implements ISlackConnector { // if so return an object if (isAdmin && stateValues['block_deploy_option']['deploy_option']?.selected_option?.value == 'deploy_all') { //add a check to make sure a null return won't break anything + // values['deploy_option'] = 'deploy_all'; values['repo_option'] = await repoBranchesRepository.getProdDeployableRepoBranches(); //aggregation in repoBranches this._logger.info('all prod deployable repos SendMessage', values['repo_option']); @@ -149,7 +150,7 @@ export class SlackConnector implements ISlackConnector { value: 'deploy_individually', text: { type: 'plain_text', - text: 'Deploy individual repos', + text: 'Deploy individually selected repos', }, }, options: [ @@ -157,7 +158,7 @@ export class SlackConnector implements ISlackConnector { value: 'deploy_individually', text: { type: 'plain_text', - text: 'Deploy individual repos', + text: 'Deploy ALL prod-deployable individual repos', }, }, {