--- description: Creates a sample test issue and assigns it to Copilot. on: workflow_dispatch: permissions: contents: read actions: read issues: read tools: github: toolsets: [context, issues] safe-outputs: create-issue: title-prefix: "[test] " labels: [test] assign-to-agent: name: "copilot" target: "*" --- # Create Sample Issue Create a test issue in this repository and then assign Copilot to it. The issue should contain: - **Title:** `Sample test issue` - **Body:** `This is an automated test issue created by the create-sample-issue workflow. Feel free to close it.` After creating the issue, assign the `copilot` agent to it.