Skip to content

Commit 44a4c7a

Browse files
factorydroidechobt
authored andcommitted
fix(cli): improve --pr-review flag help text to explain automation scope
Fixes bounty issue #1416 The --pr-review flag had minimal documentation that just said 'Include PR review automation' without explaining what the automation actually does. Updated the help text to clarify that it posts welcome messages on new PRs, enables the /cortex review command in PR comments, triggers re-review on new commits, and adds pull_request and pull_request_review event triggers to the workflow.
1 parent 76de423 commit 44a4c7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cortex-cli/src/github_cmd.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ pub struct InstallArgs {
4747
#[arg(short, long)]
4848
pub force: bool,
4949

50-
/// Include PR review automation.
50+
/// Enable PR review automation: posts welcome messages on new PRs, enables
51+
/// /cortex review command in PR comments, and triggers re-review on new commits.
52+
/// Adds pull_request and pull_request_review event triggers to the workflow.
5153
#[arg(long, default_value_t = true)]
5254
pub pr_review: bool,
5355

0 commit comments

Comments
 (0)