mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00: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
|