Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

The playground-assign-to-agent.md workflow had a duplicate name field in the frontmatter that prevented compilation.

Changes:

  • Removed duplicate name: Playground Assign to Agent field (line 10) - kept workflow name at line 2
  • Recompiled workflow to generate updated .lock.yml file

The frontmatter now correctly defines the workflow name once:

---
name: "Playground: assign-to-agent"
on: 
  workflow_dispatch:
    inputs:
      issue_url:
        description: 'Issue URL to assign agent to...'
        required: true
        type: string
description: Test assign-to-agent safe output feature
permissions:
  contents: read
  issues: read
  pull-requests: read
---

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename workflow to Playground: assign-to-agent Fix duplicate name field and recompile playground workflow Jan 15, 2026
Copilot AI requested a review from mnkiefer January 15, 2026 07:55
@mnkiefer mnkiefer marked this pull request as ready for review January 15, 2026 07:56
@mnkiefer mnkiefer merged commit 9c1a843 into mnkiefer-patch-1 Jan 15, 2026
@mnkiefer mnkiefer deleted the copilot/sub-pr-10038 branch January 15, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants