transfer from monorepo
This commit is contained in:
16
worker/tests/data/issues.json
Normal file
16
worker/tests/data/issues.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user