mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Update README.md
This commit is contained in:
parent
1b88049cb0
commit
d0b734bc91
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ To request a review for a PR, or ask a question about a PR, you can run directly
|
||||||
1. To request a review for a PR, run the following command:
|
1. To request a review for a PR, run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -it -e OPENAI.KEY=<your key> -e GITHUB.USER_TOKEN=<your token> codiumai/PR-Agent --pr_url <pr url>
|
docker run --rm -it -e OPENAI.KEY=<your key> -e GITHUB.USER_TOKEN=<your token> codiumai/pr-agent --pr_url <pr url>
|
||||||
```
|
```
|
||||||
|
|
||||||
2. To ask a question about a PR, run the following command:
|
2. To ask a question about a PR, run the following command:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue