You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a tool for updating and reviewing GitHub pull requests using OpenAI's GPT language model. The project has two commands: `description` and `review`. The `description` command updates the pull request description with a high-level summary of the changes made. The `review` command creates individual comments for each file and an overall review summary comment.
4
6
5
7
## Requirements
@@ -9,24 +11,10 @@ This repository contains a tool for updating and reviewing GitHub pull requests
go install github.com/ravilushqa/gpt-pullrequest-updater/cmd/description@latest
16
+
go install github.com/ravilushqa/gpt-pullrequest-updater/cmd/review@latest
17
+
```
30
18
31
19
## Usage
32
20
@@ -140,4 +128,4 @@ Select "Read and Write" permissions for the actions. This will provide your toke
140
128
By following these steps, you'll grant the required permissions for the GPT-PullRequest-Updater GitHub Action to function properly, allowing it to update and review pull requests in your repository.
0 commit comments