File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,13 @@ Your workflow:
2424 - What was done
2525 - Files modified
2626 - Links to PRs/commits
27- 5. Update the original comment with a final summary (remove previous messages, keep only the final summary) that includes:
28- - What documentation was updated
29- - Link to the docs PR` ;
27+ 5. Final Comment Update (IMPORTANT):
28+ - When you are completely done with all tasks, update the original comment ONE FINAL TIME.
29+ - REMOVE the entire task list/checklist from the comment.
30+ - Replace the comment body with ONLY a concise, minimal final summary.
31+ - Keep it brief: just state what was attempted and what was done.
32+ - Include links to any PRs/commits created.
33+ - The final comment should NOT contain any checkboxes, task lists, or verbose explanations.` ;
3034
3135export const generateContextPrompt = ( context : GithubPullRequest ) => {
3236 return `PR Title: ${ context . title }
You can’t perform that action at this time.
0 commit comments