From cfa6290bac3d5a66a9a005148cacc89f697f965a Mon Sep 17 00:00:00 2001 From: brovatten Date: Sat, 6 Jun 2026 23:11:35 +0200 Subject: [PATCH] chore: shorten action description to meet Marketplace 125-char limit The Marketplace listing rejects descriptions >=125 chars; the previous one was 149. Trim to 119 chars while keeping the system-design-review framing. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 356e0d4..418df8f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'CodeBoarding Action' -description: 'Visual system-design review on pull requests: a Mermaid diagram of the architectural changes — added, modified, and deleted components and relations.' +description: 'Visual system-design review on PRs: a Mermaid diagram of added, modified, and deleted components on every pull request.' author: 'CodeBoarding' branding: