Skip to content

Commit cc6f9d5

Browse files
committed
Fix spruce-example prompt for Copilot.
1 parent c2e97eb commit cc6f9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup-prompts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fi
250250
if [[ "${TERM_PROGRAM:-}" == "vscode" ]]; then
251251
setup_instructions AGENTS.md
252252
mkdir -p .github/prompts
253-
for prompt in pr-review.md release-options-review.md docs-review.md; do
253+
for prompt in pr-review.md release-options-review.md docs-review.md spruce-example.md; do
254254
prompt_file="tools/prompts/commands/$prompt"
255255
copilot_prompt=".github/prompts/${prompt%.md}.prompt.md"
256256
if [[ -f "$prompt_file" && ! -f "$copilot_prompt" ]] ; then

0 commit comments

Comments
 (0)