mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 03:39:28 +01:00
71ca131582
- Don't use hacky solution to limit to the correct RepoID's, instead use current code to handle these limits. The existing code is more correct than the hacky solution. - Resolves #19636 - Add test-case
27 lines
285 B
YAML
27 lines
285 B
YAML
-
|
|
group_id: 1
|
|
max_index: 5
|
|
-
|
|
group_id: 2
|
|
max_index: 2
|
|
-
|
|
group_id: 3
|
|
max_index: 2
|
|
-
|
|
group_id: 10
|
|
max_index: 1
|
|
-
|
|
group_id: 32
|
|
max_index: 2
|
|
-
|
|
group_id: 48
|
|
max_index: 1
|
|
-
|
|
group_id: 42
|
|
max_index: 1
|
|
-
|
|
group_id: 50
|
|
max_index: 1
|
|
-
|
|
group_id: 51
|
|
max_index: 1
|