From 27c9e9a431ebab4027a09ab6c78ed3bebe85f3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A0i=20L=C3=AA?= Date: Tue, 19 Aug 2025 01:25:24 +0700 Subject: [PATCH] Update prompts/create-github-pull-request-from-specification.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- prompts/create-github-pull-request-from-specification.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/create-github-pull-request-from-specification.prompt.md b/prompts/create-github-pull-request-from-specification.prompt.md index 63f85ab..712fa2a 100644 --- a/prompts/create-github-pull-request-from-specification.prompt.md +++ b/prompts/create-github-pull-request-from-specification.prompt.md @@ -12,7 +12,7 @@ Create GitHub Pull Request for the specification at `${workspaceFolder}/.github/ 1. Analyze specification file template from '${workspaceFolder}/.github/pull_request_template.md' to extract requirements by 'search' tool. 2. Create Pull request draft template by using 'create_pull_request' tool on to `${input:targetBranch}`. 3. Get changes in pull request by using 'get_pull_request_diff' tool to analyze information that was changed in Pull Request. -4. Update Pull Request body was created in previous step by 'update_pull_request' tool. To update infomation exist to body, title with template using pull_request_template.md was get in first step. +4. Update the Pull Request body created in the previous step using the 'update_pull_request' tool. Incorporate the information from the template obtained in the first step to update the body and title as needed. 5. Switch from draft to ready for review by using 'update_pull_request' tool. To update state of pull request. 6. Response URL Pull request was create to user.