diff --git a/action.yml b/action.yml index d480159..7ae64e6 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'GPTReviewWorkflow' description: 'Let AI review your code' +icon: 'eye' +color: 'gray-dark' inputs: OPENAI_API_KEY: description: 'OpenAI API Key' @@ -56,4 +58,4 @@ runs: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GIT_COMMIT_HASH: ${{ inputs.GIT_COMMIT_HASH }} PR_TITLE: ${{ inputs.PR_TITLE }} - PR_BODY: ${{ inputs.PR_BODY }} \ No newline at end of file + PR_BODY: ${{ inputs.PR_BODY }}