Skip to content

Add missing category field to workflows using create-discussion#13915

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/update-discussion-category-audits
Closed

Add missing category field to workflows using create-discussion#13915
Copilot wants to merge 2 commits intomainfrom
copilot/update-discussion-category-audits

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Three workflows using create-discussion were missing the category field, causing discussions to use the repository's first available category instead of the intended "audits" category.

Changes

  • Added category: "audits" to:
    • agent-performance-analyzer.md
    • daily-repo-chronicle.md
    • pdf-summary.md
  • Recompiled affected .lock.yml files

All other workflows with create-discussion already specify a category and are unaffected.

Example

safe-outputs:
  create-discussion:
    category: "audits"  # Now explicit
    max: 2
Original prompt

Review all agentic-workflows that use create-discussion and set the category to Audits if it is not specified in the frontmatter.


💡 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.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Review agentic-workflows and set discussion category to Audits Add missing category field to workflows using create-discussion Feb 5, 2026
Copilot AI requested a review from pelikhan February 5, 2026 13:49
@pelikhan pelikhan closed this Feb 5, 2026
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