Closed KingBain closed 2 months 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
here is an example of the review the action performs ...this is pretty cool.
https://github.com/microsoft/gpt-review/pull/36#pullrequestreview-1408385503
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