Conversation
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
|
@copilot I wanted to have the prompts from the .github/workflows/prompts directory as prompt file, instead of making new ones. Implement the existing prompts. |
…iles Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Updated in dd35205. Both |
|
@copilot the workflows that called the old prompt files to use them, now also need their paths updated to pick up the new location of the files ofc. Find all workflows that reference them and update them. |
…tory Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Done in a3736b6. Both |
Two scheduled workflows (
check-models.yml,sync-toolnames.yml) use the Copilot CLI with prompts stored under.github/workflows/prompts/. These prompts were inaccessible from VS Code Chat.Changes
.github/prompts/as VS Code-compatible prompt files:sync-models.prompt.md— exact content fromsync-models-prompt.md, with VS Code agent-mode frontmatter addedsync-toolnames.prompt.md— exact content fromsync-toolnames-prompt.md, with VS Code agent-mode frontmatter addedcheck-models.ymlto reference.github/prompts/sync-models.prompt.mdin both thepaths:trigger and the runtimecatcommandsync-toolnames.ymlto reference.github/prompts/sync-toolnames.prompt.mdin both thepaths:trigger and the runtimecatcommandBoth files use the VS Code prompt frontmatter format (
mode: 'agent'), making them available as#sync-modelsand#sync-toolnamesin VS Code Copilot Chat while remaining the single source of truth used by the scheduled workflows.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.