From 680f2ab0dd0b80bf3c634c2d84f481096636459e Mon Sep 17 00:00:00 2001 From: dakshcodez Date: Sat, 15 Aug 2026 15:41:21 +0530 Subject: [PATCH] Shorten action.yml description to fit GitHub Marketplace's 125-char limit GitHub rejected the previous description (131 chars) when attempting to publish to the Marketplace. Tightened it to 102 chars while keeping the same meaning. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 907d0fa..71ae614 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'docmend - Automated Documentation Healing' -description: 'Detects code changes that make documentation stale, auto-fixes high-confidence cases via a PR, and flags the rest for human review.' +description: 'Detects stale docs from code changes, auto-fixes high-confidence cases, and flags the rest for review.' inputs: gemini-api-key: description: 'Gemini API key used for staleness detection and doc repair.'