Skip to content

Commit e48fcfa

Browse files
committed
fix(templates): name owning integration in featured block template prompts
Four featured prompts omitted their owning integration name, making them unbranded and disconnected from their title. Each prompt now explicitly names GitHub or Google Sheets so mentionifyIntegrations renders the chip and the copy reads as a self-contained agent-building instruction.
1 parent c5d0e8f commit e48fcfa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/sim/blocks/blocks/github.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ export const GitHubBlockMeta = {
21272127
icon: GithubIcon,
21282128
title: 'Link GitHub pull requests to Jira tickets',
21292129
prompt:
2130-
'Transition Jira issues when PRs are opened or merged, keeping your project board accurate without any manual updates.',
2130+
'Build a workflow that monitors GitHub pull requests and automatically transitions linked Jira issues when PRs are opened or merged, keeping your project board accurate without any manual updates.',
21312131
modules: ['agent', 'workflows'],
21322132
category: 'productivity',
21332133
tags: ['automation', 'communication'],
@@ -2149,7 +2149,7 @@ export const GitHubBlockMeta = {
21492149
icon: GithubIcon,
21502150
title: 'Get GitHub activity alerts in Slack',
21512151
prompt:
2152-
'Post Slack notifications for new PRs, commits, issues, or deployments so your engineering team never misses a critical event.',
2152+
'Create an agent that watches GitHub for new pull requests, commits, issues, or deployments and posts formatted Slack notifications so your engineering team never misses a critical event.',
21532153
modules: ['agent', 'workflows'],
21542154
category: 'productivity',
21552155
tags: ['automation', 'communication'],

apps/sim/blocks/blocks/google_sheets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ export const GoogleSheetsBlockMeta = {
11571157
icon: GoogleSheetsIcon,
11581158
title: 'Send Slack messages from Google Sheets',
11591159
prompt:
1160-
'Watch a spreadsheet for new rows or changes, then post formatted Slack updates to keep stakeholders informed in real time.',
1160+
'Build a workflow that watches a Google Sheets spreadsheet for new rows or changes, then posts formatted Slack updates to keep stakeholders informed in real time.',
11611161
modules: ['agent', 'workflows'],
11621162
category: 'productivity',
11631163
tags: ['automation', 'communication'],
@@ -1168,7 +1168,7 @@ export const GoogleSheetsBlockMeta = {
11681168
icon: GoogleSheetsIcon,
11691169
title: 'Sync Google Sheets data into Notion',
11701170
prompt:
1171-
'Transform spreadsheet rows into structured Notion database entries for richer documentation and cross-team project tracking.',
1171+
'Create an agent that reads rows from Google Sheets and transforms them into structured Notion database entries for richer documentation and cross-team project tracking.',
11721172
modules: ['agent', 'workflows'],
11731173
category: 'productivity',
11741174
tags: ['automation', 'communication'],

0 commit comments

Comments
 (0)