From 41121b6be3e22dba60bde55074b9776ed991447e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:47:38 +0000 Subject: [PATCH 1/2] Initial plan From 4bb162c2f83b1d07b3de007082871c2b904e2204 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:52:28 +0000 Subject: [PATCH 2/2] Fix duplicate name field and recompile workflow Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .../playground-assign-to-agent.lock.yml | 18 +++++++++--------- .../workflows/playground-assign-to-agent.md | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/playground-assign-to-agent.lock.yml b/.github/workflows/playground-assign-to-agent.lock.yml index e0cb6526f1..46bd426810 100644 --- a/.github/workflows/playground-assign-to-agent.lock.yml +++ b/.github/workflows/playground-assign-to-agent.lock.yml @@ -21,7 +21,7 @@ # # Test assign-to-agent safe output feature -name: "Playground Assign to Agent" +name: "Playground: assign-to-agent" "on": workflow_dispatch: inputs: @@ -38,7 +38,7 @@ permissions: concurrency: group: "gh-aw-${{ github.workflow }}-${{ github.event.issue.number }}" -run-name: "Playground Assign to Agent" +run-name: "Playground: assign-to-agent" jobs: activation: @@ -404,7 +404,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.381", - workflow_name: "Playground Assign to Agent", + workflow_name: "Playground: assign-to-agent", experimental: false, supports_tools_allowlist: true, supports_http_transport: true, @@ -792,7 +792,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Playground Assign to Agent" + GH_AW_WORKFLOW_NAME: "Playground: assign-to-agent" with: github-token: ${{ secrets.PLAYGROUND_AGENT_TOKEN }} script: | @@ -805,7 +805,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Playground Assign to Agent" + GH_AW_WORKFLOW_NAME: "Playground: assign-to-agent" with: github-token: ${{ secrets.PLAYGROUND_AGENT_TOKEN }} script: | @@ -818,7 +818,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Playground Assign to Agent" + GH_AW_WORKFLOW_NAME: "Playground: assign-to-agent" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} with: @@ -836,7 +836,7 @@ jobs: GH_AW_COMMENT_ID: ${{ needs.activation.outputs.comment_id }} GH_AW_COMMENT_REPO: ${{ needs.activation.outputs.comment_repo }} GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - GH_AW_WORKFLOW_NAME: "Playground Assign to Agent" + GH_AW_WORKFLOW_NAME: "Playground: assign-to-agent" GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_DETECTION_CONCLUSION: ${{ needs.detection.result }} with: @@ -886,7 +886,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: - WORKFLOW_NAME: "Playground Assign to Agent" + WORKFLOW_NAME: "Playground: assign-to-agent" WORKFLOW_DESCRIPTION: "Test assign-to-agent safe output feature" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1017,7 +1017,7 @@ jobs: env: GH_AW_ENGINE_ID: "copilot" GH_AW_WORKFLOW_ID: "playground-assign-to-agent" - GH_AW_WORKFLOW_NAME: "Playground Assign to Agent" + GH_AW_WORKFLOW_NAME: "Playground: assign-to-agent" outputs: assign_to_agent_assigned: ${{ steps.assign_to_agent.outputs.assigned }} process_safe_outputs_processed_count: ${{ steps.process_safe_outputs.outputs.processed_count }} diff --git a/.github/workflows/playground-assign-to-agent.md b/.github/workflows/playground-assign-to-agent.md index 604cf4f87d..d6416a4795 100644 --- a/.github/workflows/playground-assign-to-agent.md +++ b/.github/workflows/playground-assign-to-agent.md @@ -7,7 +7,6 @@ on: description: 'Issue URL to assign agent to (e.g., https://github.com/owner/repo/issues/123)' required: true type: string -name: Playground Assign to Agent description: Test assign-to-agent safe output feature permissions: contents: read