Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI authored Sep 9, 2024
1 parent 14799f6 commit 0c694f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "AICodeBot"
name: "AICodeBot Code Review"
author: Nick Sullivan @TechNickAI
description: "AI to review code in commits and pull requests"
branding:
Expand All @@ -10,9 +10,12 @@ inputs:
github_token:
description: "GitHub token"
required: true
anthropic_api_key:
description: "Anthropic API Key"
required: false
openai_api_key:
description: "OpenAI API Key"
required: true
required: false
aicodebot_personality:
description: "The personality of the AICodeBot to respond with"
required: false
Expand Down

0 comments on commit 0c694f6

Please sign in to comment.