Skip to content

Commit

Permalink
feat: Add action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrocher committed May 10, 2023
1 parent aca9a95 commit 0dcd210
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
@@ -1,6 +1,9 @@
# action.yml
name: 'AI powerd Automatic PR Body Generation'
description: 'Automatically generates a PR body based on the PR content using openai'
branding:
icon: 'git-pull-request'
color: 'blue'
inputs:
OPENAI_API_KEY: # id of input
required: true
Expand Down

0 comments on commit 0dcd210

Please sign in to comment.