feat. Review foot note, docker fix, pass message to reviewer , update tests
This commit is contained in:
@@ -24,7 +24,8 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
def _command_from_job(job: ReviewJob) -> ParsedCommand:
|
||||
args = job.command_args.split() if job.command_args else []
|
||||
return ParsedCommand(name=job.command, raw=f"@codex {job.command}", arguments=args, full="--full" in args, branch_fix="--branch" in args)
|
||||
raw = (job.trigger_comment_body or "").strip() or f"@codex {job.command}"
|
||||
return ParsedCommand(name=job.command, raw=raw, arguments=args, full="--full" in args, branch_fix="--branch" in args)
|
||||
|
||||
|
||||
def _handle_non_review_command(
|
||||
|
||||
Reference in New Issue
Block a user