Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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.

color: "purple"
author: "Augment Code"

inputs:
Expand Down