dto-btn / ssc-assistant

Second iteration of the SSC chatbot/assistant
MIT License
1 stars 1 forks source link

GPT based code review #215

Open KingBain opened 3 hours ago

KingBain commented 3 hours ago

I was working on something else for my own project and stumbled across an action that Microsoft has developed

Its a github action that does a GPT based Pull request review service.

I would love to experiment with this and the action to do this is very basic.

if possible, could you folks create two action secrets for me that I can use in the action .

I need a secret for the URL and a secret for the api.

I will build out the action in a fork and attach it to the issue. For testing the org or repo owner would need to create these two secrets

AZURE_PR_REVIEW_OPENAI_API AZURE_PR_REVIEW_OPENAI_API_KEY

KingBain commented 3 hours ago

here is an example of the review the action performs ...this is pretty cool. image

https://github.com/microsoft/gpt-review/pull/36#pullrequestreview-1408385503