Skip to content

fix(action): shorten the description under the Marketplace 125-char cap#75

Merged
DataDave-Dev merged 1 commit into
mainfrom
action-marketplace-description
Jul 2, 2026
Merged

fix(action): shorten the description under the Marketplace 125-char cap#75
DataDave-Dev merged 1 commit into
mainfrom
action-marketplace-description

Conversation

@DataDave-Dev

Copy link
Copy Markdown
Owner

What & why

Publishing the Action to the GitHub Marketplace fails validation: "Description must be less than 125 characters." Ours was ~250.

New description (119 chars, validated by parsing the YAML):

Enforce becwright rules (BECs) on the files a PR changes — a required CI check that can't be skipped like a local hook.

The full rationale (hooks can be skipped with --no-verify; a required check cannot) stays as a comment above the field.

Note for publishing

Marketplace validation reads action.yml from the tagged commit, and the v1.0.0 tag carries the old long description — so after merging, publish the Action by checking the Marketplace box on the next release (e.g. v1.0.1/v1.1.0), not by editing v1.0.0.

Test plan

  • yaml.safe_load parses; folded description = 119 chars < 125.
  • No behavioral fields touched (inputs/runs unchanged).

The GitHub Marketplace rejects an action whose description is 125+ chars.
Keep the hook-vs-required-check rationale as a comment and ship a 119-char
description that leads with the same hook.
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@DataDave-Dev, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 41 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: dded9825-773f-47de-8980-f301f9373f14

📥 Commits

Reviewing files that changed from the base of the PR and between 45fc727 and 068dcf9.

📒 Files selected for processing (1)
  • action.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch action-marketplace-description

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DataDave-Dev DataDave-Dev merged commit fbf9e85 into main Jul 2, 2026
5 checks passed
@DataDave-Dev DataDave-Dev deleted the action-marketplace-description branch July 2, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant