From 175218c779e54f12f74d1751bf67e46eddac9e79 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 29 Sep 2023 16:31:13 +0300 Subject: [PATCH 1/2] cli --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d4111de7..f4247ce2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -89,10 +89,10 @@ chmod 600 pr_agent/settings/.secrets.toml ``` export PYTHONPATH=[$PYTHONPATH:] -python pr_agent/cli.py --pr_url /review -python pr_agent/cli.py --pr_url /ask -python pr_agent/cli.py --pr_url /describe -python pr_agent/cli.py --pr_url /improve +python3 -m pr_agent.cli --pr_url /review +python3 -m pr_agent.cli --pr_url /ask +python3 -m pr_agent.cli --pr_url /describe +python3 -m pr_agent.cli --pr_url /improve ``` --- From 2003b6915b8e314eb8db1c37065a115af14763d7 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 29 Sep 2023 16:39:25 +0300 Subject: [PATCH 2/2] typos --- docs/IMPROVE.md | 2 +- docs/REVIEW.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index 73682c1b..5c55e26f 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -1,4 +1,4 @@ -# Describe Tool +# Improve Tool The `improve` tool scans the PR code changes, and automatically generate committable suggestions for improving the PR code. It can be invoked manually by commenting on any PR: diff --git a/docs/REVIEW.md b/docs/REVIEW.md index 6312a19c..a020e0fd 100644 --- a/docs/REVIEW.md +++ b/docs/REVIEW.md @@ -1,4 +1,4 @@ -# Describe Tool +# Review Tool The `review` tool scans the PR code changes, and automatically generates a PR review. It can be invoked manually by commenting on any PR: