Skip to content

Commit

Permalink
🎨 Add branding to GitHub Action
Browse files Browse the repository at this point in the history
📝 This commit enhances the visual appeal and recognition of our GitHub Action by adding branding elements:

- 🔀 Incorporates the 'git-pull-request' icon, perfectly representing the action's core functionality
- 🟢 Sets the color to 'green', giving a fresh and positive visual cue
- 🚀 Improves discoverability and professionalism of our action in the GitHub Marketplace

These branding additions will make our action stand out and provide users with a quick visual reference to its purpose.
  • Loading branch information
yuri-val committed Oct 18, 2024
1 parent 8f1bf22 commit e7edbaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: 'Auto PR from dev to default'
description: 'Creates or updates a PR from dev to the default branch, generates descriptions using OpenAI API, and adds reviewers.'
author: 'Your Name'
branding:
icon: 'git-pull-request'
color: 'green'
inputs:
openai_api_key:
description: 'OpenAI API Key'
Expand Down

0 comments on commit e7edbaa

Please sign in to comment.