You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from discussion to issue: Replaced shared/daily-audit-base.md import with shared/daily-issue-base.md, which uses safe-outputs.create-issue instead of safe-outputs.create-discussion
Add cookie label: Issues are now created with labels: [automation, cookie]
Add observability: Added shared/observability-otlp.md import to preserve OTLP telemetry that was previously bundled in daily-audit-base.md
Update prompt text: Step 8 and Output section updated to reference "issue" instead of "discussion"
Validation
All modified workflows compiled successfully:
✅ go-fan (labels: automation, cookie)
Note: .lock.yml files will be regenerated automatically after merge.
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 25549448958 -n agent -D /tmp/agent-25549448958
# Fetch the bundle into a local branch
git fetch /tmp/agent-25549448958/aw-q-go-fan-issue-instead-of-discussion.bundle refs/heads/q/go-fan-issue-instead-of-discussion:refs/heads/q/go-fan-issue-instead-of-discussion-9f1fd3f88221d463
git checkout q/go-fan-issue-instead-of-discussion-9f1fd3f88221d463
# Push the branch to origin
git push origin q/go-fan-issue-instead-of-discussion-9f1fd3f88221d463
# Create the pull request
gh pr create --title '[q] feat(go-fan): create issue instead of discussion, label with cookie' --base main --head q/go-fan-issue-instead-of-discussion-9f1fd3f88221d463 --repo github/gh-aw
Q Workflow Optimization Report
Triggered by
@pelikhanfrom discussion #30965.Changes Made
go-fan (.github/workflows/go-fan.md)
shared/daily-audit-base.mdimport withshared/daily-issue-base.md, which usessafe-outputs.create-issueinstead ofsafe-outputs.create-discussioncookielabel: Issues are now created withlabels: [automation, cookie]shared/observability-otlp.mdimport to preserve OTLP telemetry that was previously bundled indaily-audit-base.mdValidation
All modified workflows compiled successfully:
automation,cookie)Note: .lock.yml files will be regenerated automatically after merge.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: