mirror of
https://github.com/Luzifer/github2gitea.git
synced 2024-11-09 15:50:01 +00:00
Knut Ahlers
494dbf16dd
in order to speed up the execution and to lower the need of Github tokens. Instead of running the tool multiple times it can now be run once while specifying more than one mapping using a mapping file. Signed-off-by: Knut Ahlers <knut@ahlers.me>
16 lines
304 B
YAML
16 lines
304 B
YAML
---
|
|
|
|
mappings:
|
|
- source_expression: '^Luzifer/'
|
|
target_user: 1
|
|
target_user_name: luzifer
|
|
|
|
- source_expression: '^luzifer-ansible/'
|
|
target_user: 3
|
|
target_user_name: luzifer-ansible
|
|
|
|
- source_expression: '^luzifer-docker/'
|
|
target_user: 2
|
|
target_user_name: luzifer-docker
|
|
|
|
...
|