From 9f5b249248525db60e190388b086b9c0eda6c15c Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 11 Sep 2025 17:01:55 -0700 Subject: [PATCH 1/4] Add icon/color Add icon/color for github marketplace --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 03f9c61..86a726c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: "Augment Agent" description: "AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools" +icon: "zap" +color: "purple" author: "Augment Code" inputs: From 04ac98aef311064a068a50bb1b2a7d2829cb97a6 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 11 Sep 2025 17:13:27 -0700 Subject: [PATCH 2/4] Update action.yml --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 86a726c..17709f1 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: "Augment Agent" description: "AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools" -icon: "zap" -color: "purple" +branding: + icon: "zap" + color: "purple"" author: "Augment Code" inputs: From a8ce169d4435be024707ea3c0b7771b2ab217977 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 11 Sep 2025 17:18:09 -0700 Subject: [PATCH 3/4] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 17709f1..13a7842 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ name: "Augment Agent" description: "AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools" +author: "Augment Code" branding: icon: "zap" color: "purple"" -author: "Augment Code" inputs: augment_session_auth: From 848ed3e754627632dfefa4a4b7275e3a304d5341 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 11 Sep 2025 17:33:43 -0700 Subject: [PATCH 4/4] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13a7842..eca3b3e 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: "AI-powered code assistance for GitHub pull requests using Augment' author: "Augment Code" branding: icon: "zap" - color: "purple"" + color: "purple" inputs: augment_session_auth: