17 lines
429 B
JSON
17 lines
429 B
JSON
[
|
|
{
|
|
"taskId": "summarizer",
|
|
"githubUrl": "https://github.com/test_owner/test_repo/issues/1",
|
|
"title": "Test Issue 1",
|
|
"body": "This is a test issue for summarization",
|
|
"status": "open"
|
|
},
|
|
{
|
|
"taskId": "summarizer",
|
|
"githubUrl": "https://github.com/test_owner/test_repo/issues/2",
|
|
"title": "Test Issue 2",
|
|
"body": "This is another test issue for summarization",
|
|
"status": "open"
|
|
}
|
|
]
|