Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6bdecc52-69a4-451e-a14c-0e2fd7ca86b5 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 4, 2026 22:35
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the generated workflow lock files for Copilot token audit/optimizer to match the current compiled workflow behavior, including propagating setup trace IDs across jobs for OTLP correlation.
Changes:
- Add
setup-trace-idas an output fromactivationandagentjobs (sourced from the./actions/setupstep output). - Pass
job-nameinto./actions/setupand propagatetrace-idfromactivationinto downstream jobs’ setup steps. - Expand
needs:on downstream jobs to includeactivationwhere required to accessneeds.activation.outputs.setup-trace-id.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/copilot-token-optimizer.lock.yml | Adds setup trace-id output and wires cross-job trace propagation via ./actions/setup. |
| .github/workflows/copilot-token-audit.lock.yml | Same trace-id output + propagation updates, plus needs: adjustments to access activation outputs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
Comment on lines
72
to
+77
| outputs: | ||
| comment_id: "" | ||
| comment_repo: "" | ||
| lockdown_check_failed: ${{ steps.generate_aw_info.outputs.lockdown_check_failed == 'true' }} | ||
| model: ${{ steps.generate_aw_info.outputs.model }} | ||
| setup-trace-id: ${{ steps.setup.outputs.trace-id }} |
There was a problem hiding this comment.
The PR title references reverting GitHub MCP App token minting, but the actual diff here only adds OTLP setup trace-id propagation (setup-trace-id output + passing trace-id into ./actions/setup). Consider updating the PR title (and/or description) to reflect the actual scope to avoid confusion for reviewers and release notes.
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.
Uh oh!
There was an error while loading. Please reload this page.