From f423703474d2c97c38ac73572af515e14760baff Mon Sep 17 00:00:00 2001 From: Leander Rodrigues Date: Wed, 24 Jun 2026 16:03:01 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../endpoints/validators/api_docs_help_text.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py b/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py index 1880ae6cc3da7b..97b52ba997c800 100644 --- a/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py +++ b/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py @@ -42,6 +42,19 @@ "type": "regression_event", "comparison": true, "conditionResult": true + }, + { + "type": "seer_activity_trigger", + "comparison": [ + "rca_started", + "rca_completed", + "solution_started", + "solution_completed", + "coding_started", + "coding_completed", + "pr_created" + ], + "conditionResult": true } ], "actions": []