resolve merge conflict in create-prompt.test.ts

This commit is contained in:
tomoish
2025-06-24 23:21:29 +09:00
12 changed files with 103 additions and 30 deletions

View File

@@ -92,6 +92,12 @@ export const mockIssueAssignedContext: ParsedGitHubContext = {
actor: "admin-user",
payload: {
action: "assigned",
assignee: {
login: "claude-bot",
id: 11111,
avatar_url: "https://avatars.githubusercontent.com/u/11111",
html_url: "https://github.com/claude-bot",
},
issue: {
number: 123,
title: "Feature: Add dark mode support",