Skip to content

[q] otel-advisor: progressive disclosure for issue bodies (#27900) #27913

@github-actions

Description

@github-actions

Wraps the verbose sections of the Daily OTel Instrumentation Advisor issue template with <details> / <summary> tags so each generated issue is scannable at a glance.

What changed

Updated the issue body template in .github/workflows/daily-otel-instrumentation-advisor.md:

Section Before After
Problem always visible always visible ✅
Why This Matters always visible collapsed <details>
Current Behavior always visible (+ code block) collapsed <details>
Proposed Change always visible (+ code block) collapsed <details>
Expected Outcome always visible collapsed <details>
Implementation Steps already <details> unchanged
Evidence from Sentry always visible collapsed <details>
Related Files always visible collapsed <details>

Result

Generated issues will show only the Problem and header metadata immediately, with all detailed sections available on demand. This matches the progressive-disclosure pattern requested in #27900.


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 24805989402 -n agent -D /tmp/agent-24805989402

# Create a new branch
git checkout -b q/otel-advisor-progressive-disclosure-f01732a89d98648d main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-24805989402/aw-q-otel-advisor-progressive-disclosure.patch

# Push the branch and create the pull request
git push origin q/otel-advisor-progressive-disclosure-f01732a89d98648d
gh pr create --title '[q] otel-advisor: progressive disclosure for issue bodies (#27900)' --base main --head q/otel-advisor-progressive-disclosure-f01732a89d98648d --repo github/gh-aw

🎩 Equipped by Q · ● 553.8K ·

  • expires on Apr 24, 2026, 10:35 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions