Draft
Route pdf-summary discussions to Audits category#44092
Conversation
Contributor
|
Hey This PR was just opened and currently has 0 changed files, so a few things to address once the implementation lands:
If you'd like a hand finishing this up, you can assign this prompt to your coding agent:
|
Add `category: "audits"` to pdf-summary.md's create-discussion config. This was the only workflow with create-discussion lacking an explicit category, causing its discussions to fall back to "Announcements" via the resolveCategoryId fallback. All other audit/analysis report workflows already route to "Audits" via the shared daily-audit-discussion.md template or explicit config. Recompile pdf-summary.lock.yml to reflect the change. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Route agent-generated report discussions into Audits category
Route pdf-summary discussions to Audits category
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent-generated report discussions were scattered across Audits (31), Announcements (29), and General (25) categories. When no
categoryis configured,resolveCategoryIdfalls back to "Announcements" — so uncategorized workflows silently land there instead of "Audits".Changes
pdf-summary.md: Addedcategory: "audits"to thecreate-discussionsafe-outputs config — the only workflow with acreate-discussionhandler config missing an explicit category.pdf-summary.lock.yml: Recompiled to reflect the updated config.All other audit/analysis workflows (including
repository-quality,security-observability,geo-optimizer,terminal-stylist) already route to Audits via theshared/daily-audit-discussion.mdimport chain.