From 23fa380b1f8851f30e02645c1fdc616f00b9f832 Mon Sep 17 00:00:00 2001 From: Roomote Date: Fri, 17 Jul 2026 14:33:30 +0000 Subject: [PATCH] chore: remove "Wanna automate even more?" box from automations page --- .../automations/AutomationsSettings.tsx | 42 ------------------- 1 file changed, 42 deletions(-) diff --git a/apps/web/src/components/settings/automations/AutomationsSettings.tsx b/apps/web/src/components/settings/automations/AutomationsSettings.tsx index 08348fbf2..70f03f685 100644 --- a/apps/web/src/components/settings/automations/AutomationsSettings.tsx +++ b/apps/web/src/components/settings/automations/AutomationsSettings.tsx @@ -2269,9 +2269,6 @@ export function AutomationsSettings() { slackChannelAccessWarnings.channelAutoStartSlackChannels, isDirty: isDirty.channelAutoStart, }); - const slackWorkflowLaunchUrl = buildSlackWorkflowLaunchUrl( - capabilities?.slackWorkspaceDomain, - ); const showManagerChannelMigrationNote = !formState?.managerSlackChannel && new Set( @@ -4239,45 +4236,6 @@ If unclear, send to manager channel.`} })} - - {!slackAutomationsDisabled ? ( - - - Wanna automate even more? - -
-

- Just use Slack's own{' '} - - workflows - - , finishing with{' '} - - {slackAppMention} - {' '} - mentions, to get it working on whatever you want. Some - ideas: -

-
    -
  • - Pipe operational requests from a ticketing system into - Roomote tasks -
  • -
  • - Get diagnostics (or PRs) for bugs posted onto a bugs - channel -
  • -
  • Enable feature flags as requests come in
  • -
-
-
-
- ) : null} )}