Skip to content

Commit

Permalink
milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcacher committed Aug 9, 2024
1 parent 30997cb commit c6bedba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai/pull-request-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export async function runPullRequestWorkflow(options: AiAssistedTaskOptions) {
taskCache.getLastTaskData(basePath)?.taskDescription || '',
);
} else {
options.autoCommit = true;
await applyCodeModifications(options, basePath, parsedResponse);
}

Expand Down

0 comments on commit c6bedba

Please sign in to comment.