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
The Smoke Update Cross-Repo PR workflow continues to fail on all scheduled runs. The previous tracking issue #22241 was auto-closed by expiry at 08:58 UTC on 2026-03-23, but run #301 (scheduled at 13:02 UTC the same day) also failed — leaving the outage untracked.
The workflow consistently uses create_issue and push_to_pull_request_branch on failure, confirming it runs far enough to detect the error. Tool usage per run: ~10 get_pull_request calls, ~4 label_agent calls — the agent reaches the update step, then fails.
Root cause hypothesis: The PR created by smoke-create-cross-repo-pr may be merged/closed before smoke-update-cross-repo-pr runs, causing the update step to fail on a non-existent PR. The create workflow has 83% success rate, further supporting a timing/state mismatch.
Overview
The Smoke Update Cross-Repo PR workflow continues to fail on all scheduled runs. The previous tracking issue #22241 was auto-closed by expiry at 08:58 UTC on 2026-03-23, but run #301 (scheduled at 13:02 UTC the same day) also failed — leaving the outage untracked.
Current Status
smoke-update-cross-repo-prRecent Failure History
Pattern Analysis
The workflow consistently uses
create_issueandpush_to_pull_request_branchon failure, confirming it runs far enough to detect the error. Tool usage per run: ~10get_pull_requestcalls, ~4label_agentcalls — the agent reaches the update step, then fails.Root cause hypothesis: The PR created by
smoke-create-cross-repo-prmay be merged/closed beforesmoke-update-cross-repo-prruns, causing the update step to fail on a non-existent PR. The create workflow has 83% success rate, further supporting a timing/state mismatch.Suggested Investigation
Impact
gh awcross-repo PR update features will go undetectedNote
🔒 Integrity filter blocked 6 items
The following items were blocked because they don't meet the GitHub integrity level.
list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".staged: truedoes not work within individual safe outputs #22409list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: