From 4553ed6bca2d2fa2ecf3d92862fe80e51febf3e8 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 18 Mar 2026 17:43:05 -0400 Subject: [PATCH] Add Triggers and Scheduled Workflows to roadmap Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/marketing/src/content/roadmap/scheduled-workflows.yaml | 4 ++++ apps/marketing/src/content/roadmap/triggers.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 apps/marketing/src/content/roadmap/scheduled-workflows.yaml create mode 100644 apps/marketing/src/content/roadmap/triggers.yaml diff --git a/apps/marketing/src/content/roadmap/scheduled-workflows.yaml b/apps/marketing/src/content/roadmap/scheduled-workflows.yaml new file mode 100644 index 000000000..2dd33c276 --- /dev/null +++ b/apps/marketing/src/content/roadmap/scheduled-workflows.yaml @@ -0,0 +1,4 @@ +title: Scheduled workflows +description: Run workflows on a cron schedule — periodic audits and recurring maintenance. +status: next +date: 2026-06-06 diff --git a/apps/marketing/src/content/roadmap/triggers.yaml b/apps/marketing/src/content/roadmap/triggers.yaml new file mode 100644 index 000000000..4d9f752e5 --- /dev/null +++ b/apps/marketing/src/content/roadmap/triggers.yaml @@ -0,0 +1,4 @@ +title: Triggers +description: Start workflows automatically from GitHub events — push, PR, issue, comment, review — with filtered conditions and payload forwarding. +status: next +date: 2026-06-02