Skip to content

Add noop instructions to repo-assist and regression-pr-shepherd workflows#19567

Merged
T-Gro merged 2 commits intomainfrom
copilot/aw-fix-repo-assist-failure
Apr 16, 2026
Merged

Add noop instructions to repo-assist and regression-pr-shepherd workflows#19567
T-Gro merged 2 commits intomainfrom
copilot/aw-fix-repo-assist-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 10, 2026

Repo Assist run #24221061841 completed successfully but produced zero safe outputs, which the infrastructure treats as a failure. The agent should have called noop to explicitly signal no action was needed.

The existing noop instruction was buried in the "Safe Output Discipline" section at the bottom of the file — not at the actual decision points where the agent concludes "nothing to do."

Changes

  • repo-assist.md: Added noop reminders at two decision points:
    • Command Mode: when slash command instructions yield no actionable work
    • Task FINAL step 6: when genuinely nothing was done across all tasks
  • regression-pr-shepherd.md: Added noop instruction when no eligible PRs exist after filtering (same gap)
  • Lock files regenerated via gh aw compile

…lows

Reinforce noop requirement at key decision points:
- repo-assist: Command Mode exit path and Task FINAL fallthrough
- regression-pr-shepherd: When no eligible PRs exist

Fixes #17258 workflow failure (no safe outputs produced)

Agent-Logs-Url: https://github.com/dotnet/fsharp/sessions/ac165649-72fa-4613-bd06-fcdc9604f176

Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Repo Assist failed workflow issue Add noop instructions to repo-assist and regression-pr-shepherd workflows Apr 10, 2026
Copilot AI requested a review from T-Gro April 10, 2026 08:04
@T-Gro T-Gro marked this pull request as ready for review April 10, 2026 13:30
@T-Gro T-Gro requested a review from a team as a code owner April 10, 2026 13:30
@T-Gro T-Gro requested a review from abonie April 10, 2026 13:30
@github-actions
Copy link
Copy Markdown
Contributor

✅ No release notes required

@T-Gro T-Gro enabled auto-merge (squash) April 14, 2026 13:39
@T-Gro T-Gro merged commit a0e6e01 into main Apr 16, 2026
18 checks passed
@github-project-automation github-project-automation bot moved this from New to In Progress in F# Compiler and Tooling Apr 16, 2026
@github-project-automation github-project-automation bot moved this from In Progress to Done in F# Compiler and Tooling Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[aw] Repo Assist failed

3 participants