Add issue: tracking field to 4 near-ready A/B experiments - #55103
Merged
Conversation
…lity-sentinel experiments Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add tracking issue field to 4 near-ready A/B experiments
Add issue: tracking field to 4 near-ready A/B experiments
Aug 23, 2026
pelikhan
marked this pull request as ready for review
August 23, 2026 14:58
Contributor
There was a problem hiding this comment.
Pull request overview
Links two active A/B experiments to their verified campaign issues, enabling durable reporting by the experiment-report workflow.
Changes:
- Added tracking issues
#38094and#43530. - Regenerated experiment specifications and metadata hashes.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/daily-safe-output-optimizer.md |
Links the log-fetch experiment to #38094. |
.github/workflows/daily-safe-output-optimizer.lock.yml |
Propagates the tracking issue into generated output. |
.github/workflows/test-quality-sentinel.md |
Links the model-size experiment to #43530. |
.github/workflows/test-quality-sentinel.lock.yml |
Propagates the tracking issue into generated output. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Balanced
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
0 of 44 workflows running A/B experiments declared a tracking
issue:field in theirexperiments:frontmatter, so ready/significance/guardrail findings only ever posted to the ephemeral daily-experiment-report discussion instead of a durable, linkable issue. This addresses the 4 highest-value experiments flagged as the best starting point.Findings
daily-security-red-team.mdandci-coach.mdalready declaredissue: 31673/issue: 32335— no change needed.daily-safe-output-optimizer.mdandtest-quality-sentinel.mdwere missing the field.Changes
issue: 38094to thelog_fetch_strategyexperiment indaily-safe-output-optimizer.md, linking to its originating[ab-advisor] Experiment campaign for daily-safe-output-optimizerissue.issue: 43530to themodel_sizeexperiment intest-quality-sentinel.md, linking to its originating[ab-advisor] Experiment campaign for test-quality-sentinelissue.Each
issue:value points to the real, pre-existing campaign issue that originally proposed the experiment (per ADR-29618 convention), rather than a newly minted issue.