summaryrefslogtreecommitdiffstats
path: root/models/fixtures/action.yml
blob: e283b01db29fcae175ef9faeb984e793081a239c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
-
  id: 1
  user_id: 2
  op_type: 12 # close issue
  act_user_id: 2
  repo_id: 2 # private
  is_private: true
  created_unix: 1603228283

-
  id: 2
  user_id: 3
  op_type: 2 # rename repo
  act_user_id: 2
  repo_id: 3 # private
  is_private: true
  content: oldRepoName

-
  id: 3
  user_id: 11
  op_type: 1 # create repo
  act_user_id: 11
  repo_id: 9 # public
  is_private: false

-
  id: 4
  user_id: 16
  op_type: 12 # close issue
  act_user_id: 16
  repo_id: 22 # private
  is_private: true
  created_unix: 1603267920

- id: 5
  user_id: 10
  op_type: 1 # create repo
  act_user_id: 10
  repo_id: 6 # private
  is_private: true
  created_unix: 1603010100

- id: 6
  user_id: 10
  op_type: 1 # create repo
  act_user_id: 10
  repo_id: 7 # private
  is_private: true
  created_unix: 1603011300

- id: 7
  user_id: 10
  op_type: 1 # create repo
  act_user_id: 10
  repo_id: 8 # public
  is_private: false
  created_unix: 1603011540 # grouped with id:7