summaryrefslogtreecommitdiffstats
path: root/models/fixtures/label.yml
blob: 5336342b1cf8927afd07cf186ae07cba45f3ed64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-
  id: 1
  repo_id: 1
  name: label1
  color: '#abcdef'
  num_issues: 2
  num_closed_issues: 0

-
  id: 2
  repo_id: 1
  name: label2
  color: '#000000'
  num_issues: 1
  num_closed_issues: 1