settings.json
1 { 2 "github.copilot.chat.reviewSelection.instructions": [ 3 { 4 "file": ".github/prompts/review-pr.prompt.md" 5 } 6 ], 7 "github.copilot.chat.commitMessageGeneration.instructions": [ 8 { 9 "file": ".github/prompts/create-commit-title.prompt.md" 10 } 11 ], 12 "github.copilot.chat.pullRequestDescriptionGeneration.instructions": [ 13 { 14 "file": ".github/prompts/create-pr-summary.prompt.md" 15 } 16 ] 17 }