@kody-ade/kody-engine-lite 0.1.51 → 0.1.52
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 -0
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -2249,6 +2249,7 @@ If no pipeline flaw is detected, set "pipelineFlaw" to null.
|
|
|
2249
2249
|
import * as fs14 from "fs";
|
|
2250
2250
|
import * as path14 from "path";
|
|
2251
2251
|
function ensureFeatureBranchIfNeeded(ctx) {
|
|
2252
|
+
if (ctx.input.prNumber) return;
|
|
2252
2253
|
if (!ctx.input.issueNumber || ctx.input.dryRun) return;
|
|
2253
2254
|
try {
|
|
2254
2255
|
const taskMdPath = path14.join(ctx.taskDir, "task.md");
|