mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 14:59:06 +00:00
27 lines
347 B
YAML
27 lines
347 B
YAML
|
-
|
||
|
id: 1
|
||
|
title: First project
|
||
|
repo_id: 1
|
||
|
is_closed: false
|
||
|
creator_id: 2
|
||
|
board_type: 1
|
||
|
type: 2
|
||
|
|
||
|
-
|
||
|
id: 2
|
||
|
title: second project
|
||
|
repo_id: 3
|
||
|
is_closed: false
|
||
|
creator_id: 3
|
||
|
board_type: 1
|
||
|
type: 2
|
||
|
|
||
|
-
|
||
|
id: 3
|
||
|
title: project on repo with disabled project
|
||
|
repo_id: 4
|
||
|
is_closed: true
|
||
|
creator_id: 5
|
||
|
board_type: 1
|
||
|
type: 2
|