Skip to content

fix: standardize agentic report discussions to Audits category#43899

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-standardize-agentic-reports
Jul 7, 2026
Merged

fix: standardize agentic report discussions to Audits category#43899
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-standardize-agentic-reports

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Report discussions from analysis/audit workflows were landing in General and Announcements, making category-based filtering unreliable for aggregating agents like DeepReport.

Changes

  • agent-performance-analyzer.md — Added category: "audits"; was unset, so posts defaulted to the first available category (General)
  • daily-hippo-learn.md — Changed category: "announcements""audits"; this workflow produces analysis output, not announcements
  • daily-repo-chronicle.md — Changed category: "announcements""audits"; daily activity chronicle is a report, not an announcement
  • Lock files — Recompiled all three affected .lock.yml files

Smoke test workflows (smoke-copilot*.md) and POTD (constraint-solving-potd.md) retain announcements as their category is intentional.

- agent-performance-analyzer: add category: "audits" (was unset, defaulted to General)
- daily-hippo-learn: change category from "announcements" to "audits" (analysis report)
- daily-repo-chronicle: change category from "announcements" to "audits" (daily report)
- Recompile affected lock files

Closes #43816

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Standardize agentic report discussions into Audits category fix: standardize agentic report discussions to Audits category Jul 7, 2026
Copilot AI requested a review from pelikhan July 7, 2026 01:23
@pelikhan pelikhan marked this pull request as ready for review July 7, 2026 02:22
Copilot AI review requested due to automatic review settings July 7, 2026 02:22
@pelikhan pelikhan merged commit 23829db into main Jul 7, 2026
@pelikhan pelikhan deleted the copilot/deep-report-standardize-agentic-reports branch July 7, 2026 02:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Standardizes where agent-generated analysis/report discussions are created by routing them into the Audits GitHub Discussions category, improving category-based filtering and downstream aggregation (e.g., DeepReport).

Changes:

  • Set safe-outputs.create-discussion.category: "audits" for the agent performance analyzer workflow (previously unset).
  • Switch daily-hippo-learn and daily-repo-chronicle discussion category from announcements to audits.
  • Recompiled the generated .lock.yml workflow outputs for the three affected workflows to reflect the new category in embedded safe-output configs.
Show a summary per file
File Description
.github/workflows/agent-performance-analyzer.md Adds category: "audits" to ensure created discussions land in Audits instead of defaulting.
.github/workflows/agent-performance-analyzer.lock.yml Regenerated compiled workflow to embed create_discussion.category: "audits" in safe-output configs.
.github/workflows/daily-hippo-learn.md Moves discussion category from announcements to audits for analysis output.
.github/workflows/daily-hippo-learn.lock.yml Regenerated compiled workflow to embed create_discussion.category: "audits".
.github/workflows/daily-repo-chronicle.md Moves discussion category from announcements to audits for daily reporting output.
.github/workflows/daily-repo-chronicle.lock.yml Regenerated compiled workflow to embed create_discussion.category: "audits" and updated tool descriptions accordingly.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 6/6 changed files
  • Comments generated: 0
  • Review effort level: Low

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

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.

[deep-report] Standardize agentic report discussions into the Audits category

3 participants