Skip to content

[fix] fix: set draft: false in issue-repro-triage workflow #15870

@nohwnd

Description

@nohwnd

Root Cause

The issue-repro-triage workflow had draft: true in the safe-outputs.create-pull-request configuration. This caused every auto-fix PR to be created as a draft. The agent then attempted to use a mark_pull_request_as_ready_for_review tool that doesn't exist, causing repeated workflow failures documented in #15779.

Fix

Changed draft: truedraft: false in .github/workflows/issue-repro-triage.md and updated all corresponding values in the compiled .lock.yml file (embedded config JSON, description strings, and env variables).

Changes

  • .github/workflows/issue-repro-triage.md: draft: truedraft: false; updated description and agent instructions
  • .github/workflows/issue-repro-triage.lock.yml: updated all embedded "draft":true config values to false and related description strings

Fixes #15779
Closes #15797
Closes #15799
Closes #15807


🤖 This PR was created automatically by the Issue Repro Triage agent.

🔍 Triaged by Issue Repro Triage & Auto-Fix 🔍

🔍 Triaged by Issue Repro Triage & Auto-Fix 🔍


Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download bundle artifact

The bundle file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 25993065744 -n agent -D /tmp/agent-25993065744

# Fetch the bundle into a local branch
git fetch /tmp/agent-25993065744/aw-fix-issue-15779-draft-false.bundle refs/heads/fix/issue-15779-draft-false:refs/heads/fix/issue-15779-draft-false-cac4502375291576
git checkout fix/issue-15779-draft-false-cac4502375291576

# Push the branch to origin
git push origin fix/issue-15779-draft-false-cac4502375291576

# Create the pull request
gh pr create --title '[fix] fix: set draft: false in issue-repro-triage workflow' --base main --head fix/issue-15779-draft-false-cac4502375291576 --repo microsoft/vstest

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions