Add state

This commit is contained in:
Sergey Dolin
2023-06-22 13:20:34 +02:00
parent 51c18470e1
commit 79fe616082
24 changed files with 7306 additions and 44 deletions

View File

@@ -9,6 +9,7 @@ export function generateIIssue(
labels: [],
created_at: new Date().toISOString(),
updated_at: new Date().toISOString(),
draft: false,
number: Math.round(Math.random() * 5000),
pull_request: null,
title: 'dummy-title',