Skip to content

Fix glossary-maintainer engine: copilot → claude#54

Merged
natnew merged 2 commits into
mainfrom
copilot/fix-glossary-maintainer-issue
Feb 16, 2026
Merged

Fix glossary-maintainer engine: copilot → claude#54
natnew merged 2 commits into
mainfrom
copilot/fix-glossary-maintainer-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 16, 2026

Glossary Maintainer workflow fails at secret validation because it's configured with engine: id: copilot (requires COPILOT_GITHUB_TOKEN), but the repository only has Claude secrets configured.

  • Changed engine from copilot to claude in glossary-maintainer.md to match the other working doc workflows (daily-doc-updater, unbloat-docs)
engine:
  id: claude
  agent: technical-doc-writer

Note: The .lock.yml is auto-generated and will need recompilation via gh aw compile after merge.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

The workflow was failing because it used the `copilot` engine which
requires `COPILOT_GITHUB_TOKEN` secret that isn't configured.
Changed to `claude` engine to match other working doc workflows.

Fixes #51

Co-authored-by: natnew <37782009+natnew@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with Glossary Maintainer failing Fix glossary-maintainer engine: copilot → claude Feb 16, 2026
Copilot AI requested a review from natnew February 16, 2026 11:12
@natnew natnew marked this pull request as ready for review February 16, 2026 14:33
@natnew natnew merged commit b11d5b7 into main Feb 16, 2026
9 checks passed
@natnew natnew deleted the copilot/fix-glossary-maintainer-issue branch February 16, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants