mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
f33e6ae09e
* Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization
18 lines
164 B
YAML
18 lines
164 B
YAML
-
|
|
id: 1
|
|
user_id: 2
|
|
repo_id: 3
|
|
mode: 2 # write
|
|
|
|
-
|
|
id: 2
|
|
user_id: 4
|
|
repo_id: 4
|
|
mode: 2 # write
|
|
|
|
-
|
|
id: 3
|
|
user_id: 4
|
|
repo_id: 3
|
|
mode: 2 # write
|