Skip to content

fix(cli): improve --pr-review flag help text to explain automation scope#56

Merged
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1416
Jan 26, 2026
Merged

fix(cli): improve --pr-review flag help text to explain automation scope#56
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1416

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 26, 2026

Summary

Improves the help text for the --pr-review flag in the cortex github install command to better explain what the PR review automation actually does.

Changes

  • Updated the doc comment for the pr_review field to explain that it:
    • Posts welcome messages on new PRs
    • Enables the /cortex review command in PR comments
    • Triggers re-review on new commits
    • Adds pull_request and pull_request_review event triggers to the workflow

Before

--pr-review  Include PR review automation

After

--pr-review  Enable PR review automation: posts welcome messages on new PRs, enables
             /cortex review command in PR comments, and triggers re-review on new commits.
             Adds pull_request and pull_request_review event triggers to the workflow

Related

Fixes PlatformNetwork/bounty-challenge#1416

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.
@echobt echobt force-pushed the fix/bounty-issue-1416 branch from 82f11cd to b164cb4 Compare January 26, 2026 16:33
@echobt echobt merged commit 44a4c7a into master Jan 26, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] github install --pr-review flag unclear about automation scope

2 participants