Skip to content

Commit 9605731

Browse files
committed
Add owner to access table for organization repositories
1 parent f8de1aa commit 9605731

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

models/fixtures/access.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@
2727
user_id: 15
2828
repo_id: 21
2929
mode: 2 # write
30+
31+
-
32+
id: 6
33+
user_id: 15
34+
repo_id: 23
35+
mode: 4 # owner
36+
37+
-
38+
id: 7
39+
user_id: 15
40+
repo_id: 24
41+
mode: 4 # owner

0 commit comments

Comments
 (0)