From 564c4d192c942f2798f3c3e11207b59aa5008a75 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Mon, 19 May 2025 10:00:30 -0700 Subject: [PATCH 1/3] modify action name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d4cc595..b296023 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Claude Action" +name: "Claude Code Action Official" description: "General-purpose Claude agent for GitHub PRs and issues. Can answer questions and implement code changes." branding: icon: "at-sign" From 882785116c46d315a5b1b13ca87ba595db88d54d Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Mon, 19 May 2025 10:12:47 -0700 Subject: [PATCH 2/3] test CI --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b296023..4b9cea6 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,5 @@ -name: "Claude Code Action Official" +name: "Claude Action" + description: "General-purpose Claude agent for GitHub PRs and issues. Can answer questions and implement code changes." branding: icon: "at-sign" From af7824beddb9695cffc8e184320b4c764239138f Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Mon, 19 May 2025 10:13:41 -0700 Subject: [PATCH 3/3] test CI --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4b9cea6..b296023 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,4 @@ -name: "Claude Action" - +name: "Claude Code Action Official" description: "General-purpose Claude agent for GitHub PRs and issues. Can answer questions and implement code changes." branding: icon: "at-sign"