Skip to content

Commit

Permalink
feat: add environment drift automation card (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao authored Sep 20, 2024
1 parent fe25789 commit e368470
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/web/src/app/automations/use-automation-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ const automationCards = {
failureRate: "Mitigate reviewer fatigue with smaller PRs.",
},
},
ENV_DRIFT: {
type: "ENV_DRIFT",
enabled: false,
available: false,
title: "Environment Drift Alert",
shortDescription: "Get notified when multiple changes are pending release.",
description: "Get notified when multiple changes are pending release.",
demoUrl: "/images/automations/pr-title-check-demo.webp",
docsUrl: "https://docs.sweetr.dev/",
color: "yellow.1",
icon: "🏗️",
benefits: {
cycleTime: "Encourage faster deployments.",
failureRate: "Reduce incident risk by releasing smaller changesets.",
},
},
NOTIFY_STALE_PRS: {
type: "NOTIFY_STALE_PRS",
enabled: false,
Expand Down

0 comments on commit e368470

Please sign in to comment.