Conversation
…ipeline. The Marketplace form rejected the action with "Description must be less than 125 characters." - it was 127. The description now names the namespace instead of spelling out "a GitHub organisation or user account", and is 108 characters. 'CheckMarketplaceMetadata.yml' is a local reusable workflow validating the metadata on every push, so the next such defect is a red pipeline on 'dev' rather than a rejection at publish time: the metadata file at the repository root, a name, a description below the limit, a branding icon, one of the eight accepted branding colours, and a public repository. Publishing itself is deliberately not automated - there is no API for it. Co-Authored-By: Patrick Lehmann <Paebbels@gmail.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RnpaXYDwfNwnJrQew78j3f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A patch release fixing the action's Marketplace metadata.
v1.0.0 could not be listed on the GitHub Actions Marketplace: its description was 127 characters and the
Marketplace allows fewer than 125. Nothing about the action's behaviour changes —
action.yml's logic, its inputs andits outputs are identical to v1.0.0.
Bug Fixes
The action's description is 108 characters instead of 127:
It says the same thing — "a GitHub namespace" is a GitHub organisation or user account, and the parameter
documentation still spells that out where there is room for it.
Changes
description below the limit, a branding icon and one of the eight accepted branding colours, and a public
repository. The three release jobs depend on it, so a release can no longer be tagged with metadata the Marketplace
would reject.
Documentation
with no API behind it.
Related Issues and Pull-Requests
🤖 Generated with Claude Code