Skip to content

Conversation

@justinxu421
Copy link
Contributor

@justinxu421 justinxu421 commented Sep 12, 2025

Add GitHub Marketplace icon and color metadata

  • Set icon: "zap" to display a lightning bolt in the Marketplace
  • Set color: "purple" to style the action’s badge/listing

Why

  • Improves discoverability and visual presentation of the Augment Agent GitHub Action on the GitHub Marketplace
  • Conforms to GitHub Actions metadata schema without affecting runtime behavior

Impact

  • No code execution or behavior changes
  • No breaking changes; Marketplace listing presentation only

🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.

Add icon/color for github marketplace
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small, focused review: verified the metadata change for Marketplace presentation. One actionable suggestion provided to align with GitHub Actions metadata schema.


🤖 Automated review complete. Please react with 👍 or 👎 on the individual review comments to provide feedback on their usefulness.

action.yml Outdated
@@ -1,5 +1,7 @@
name: "Augment Agent"
description: "AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools"
icon: "zap"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For GitHub Actions metadata, icon and color should be nested under the top-level branding key rather than as top-level fields. This ensures the GitHub Marketplace correctly recognizes and renders them.

Current code:

icon: "zap"
color: "purple"

Suggested improvement:

branding:
  icon: "zap"
  color: "purple"

Notes:

  • purple is one of the allowed colors (white, yellow, blue, green, orange, red, purple, gray-dark).
  • zap is a valid Octicon name. You can reference the allowed set in GitHub's Actions metadata docs for branding.

Copy link

@amateurhuman amateurhuman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@justinxu421 justinxu421 merged commit 148c9bd into main Sep 12, 2025
2 checks passed
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.

3 participants