@kody-ade/kody-engine-lite 0.1.114 → 0.1.115
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/dist/bin/cli.js +1 -1
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -5945,7 +5945,7 @@ async function main() {
|
|
|
5945
5945
|
logger.info(`Working directory: ${projectDir}`);
|
|
5946
5946
|
}
|
|
5947
5947
|
const isPRFix = (input.command === "fix" || input.command === "fix-ci") && !!input.prNumber;
|
|
5948
|
-
const skipStateCheck = input.command === "review" || input.command === "resolve" || input.command === "rerun";
|
|
5948
|
+
const skipStateCheck = input.command === "review" || input.command === "resolve" || input.command === "rerun" || input.command === "status";
|
|
5949
5949
|
if (input.issueNumber && !skipStateCheck && !isPRFix) {
|
|
5950
5950
|
const taskAction = resolveForIssue(input.issueNumber, projectDir);
|
|
5951
5951
|
logger.info(`Task action: ${taskAction.action}`);
|