From 2cf9bb4c185e286a7900f9f121404a2c9cd0f72a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:25:42 -0400 Subject: [PATCH] Update marvin workflow name (#1421) --- .github/workflows/marvin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/marvin.yml b/.github/workflows/marvin.yml index a491ab1d6..703f17266 100644 --- a/.github/workflows/marvin.yml +++ b/.github/workflows/marvin.yml @@ -1,4 +1,4 @@ -name: Marvin Assistant +name: Marvin Context Protocol on: issue_comment: { types: [created] }