Skip to content

Commit ab92e2a

Browse files
committed
fix(blocks): name PagerDuty-triggered incident template after its icon, not owner
The Confluence-owned incident template uses a PagerDutyIcon, is triggered by PagerDuty, and is cross-listed to notion/pagerduty/datadog/slack, so prefixing the owner name misidentified it on those surfaces and fought its own icon. Name it after the icon + trigger integration instead.
1 parent 09a80ca commit ab92e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/confluence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ export const ConfluenceBlockMeta = {
16081608
templates: [
16091609
{
16101610
icon: PagerDutyIcon,
1611-
title: 'Confluence incident coordinator',
1611+
title: 'PagerDuty incident coordinator',
16121612
prompt:
16131613
'Create a knowledge base connected to my Confluence or Notion with runbooks and incident procedures. Then build a workflow triggered by PagerDuty incidents that searches the runbooks, gathers related Datadog alerts, identifies the on-call rotation, and posts a comprehensive incident brief to Slack.',
16141614
modules: ['knowledge-base', 'agent', 'workflows'],

0 commit comments

Comments
 (0)