chorus-cli 0.4.9 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -630,7 +630,6 @@ async function processTicket(issueArg, { useSuper = false, skipQA = false, qaNam
|
|
|
630
630
|
console.log('⏭️ Skipping QA conversation (--skip-qa)\n');
|
|
631
631
|
} else {
|
|
632
632
|
const qaName = qaNameOverride || await provider.getUserDisplayName(issue.user.login);
|
|
633
|
-
console.log(JSON.stringify(qaName));
|
|
634
633
|
console.log(`💬 Starting QA conversation with ${qaName?.login}...`);
|
|
635
634
|
const qaResult = await runQAChat(issue, enrichedDetails, qaName, useSuper);
|
|
636
635
|
qaResponse = qaResult.requirements;
|