Skip to content

Commit b164cb4

Browse files
factorydroidFactory Bot
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 5579873 commit b164cb4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cortex-cli/src/github_cmd.rs

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

43-
/// Include PR review automation.
43+
/// Enable PR review automation: posts welcome messages on new PRs, enables
44+
/// /cortex review command in PR comments, and triggers re-review on new commits.
45+
/// Adds pull_request and pull_request_review event triggers to the workflow.
4446
#[arg(long, default_value_t = true)]
4547
pub pr_review: bool,
4648

0 commit comments

Comments
 (0)