Conversation
* Update issue triage safeguards Rebase the issue triage type policy onto current main, preserve existing issue types, and enforce per-output staged mutations with gh-aw v0.87.10. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: bcb017f1-64bc-4c44-81c0-96d2b6cc3bce * Add fail-closed metadata lookup for issue type The issue_context job's type lookup conflates 'lookup failed' with 'issue is untyped', so a transient API error (502, network timeout) cascades through the job graph and kills the entire triage run. Add an explicit lookup_succeeded output that separates the trust channel from the value channel: - Failed/impossible lookup: lookup_succeeded=false, issue_type='' Type mutation fails closed (staged); area/labels/comment continue. - Successful untyped lookup: lookup_succeeded=true, issue_type='' Type assignment proceeds normally. - Successful typed lookup: lookup_succeeded=true, issue_type=<name> Existing type preserved (staged). The step never fails: the gh api call is inside an if-compound that suppresses errexit. Input is sanitized (single-line enforcement). The set-issue-type staged expression gains a leading 'lookup_succeeded != true' clause so the handler blocks type writes whenever the lookup is untrusted. The prompt gains a three-way rule matching the same states and instructs the agent not to call set-issue-type when the lookup failed. Compiled with gh aw v0.87.10 strict, 0 warnings. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7098ed82-dcc7-447e-8dd0-09e68f10ce22 --------- Co-authored-by: PureWeen <223556219+Copilot@users.noreply.github.com> Copilot-Session: bcb017f1-64bc-4c44-81c0-96d2b6cc3bce Copilot-Session: 7098ed82-dcc7-447e-8dd0-09e68f10ce22
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 17:52 — with
GitHub Actions
Inactive
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 17:53 — with
GitHub Actions
Inactive
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 17:55 — with
GitHub Actions
Inactive
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 17:57 — with
GitHub Actions
Inactive
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 17:59 — with
GitHub Actions
Inactive
Youssef1313
temporarily deployed
to
copilot-pat-pool
September 3, 2026 18:00 — with
GitHub Actions
Inactive
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.
Fixes the authentication failure seen while evaluating #69028 in https://github.com/dotnet/aspnetcore/actions/runs/33777017172.
The skill-evaluation workflow assumed
COPILOT_PAT_0was populated. Thecopilot-pat-poolenvironment currently has no environment-level secrets, and a successful shared PAT-pool run showed that onlyCOPILOT_PAT_2was available. As a result,COPILOT_GITHUB_TOKENwas empty before Vally started.This change:
COPILOT_PAT_0throughCOPILOT_PAT_9entry.COPILOT_GITHUB_TOKEN.The existing authorization, same-repository restriction, exact-commit binding, trusted default-branch workflow, and trusted-file staging boundaries are unchanged.
Validated with:
pwsh ./eng/skill-evals/run.ps1 Testpwsh ./eng/skill-evals/run.ps1 Validategit diff --check