bekkalokk/gitea-scripts: add Grzegorz organization

This commit is contained in:
Oystein Kristoffer Tveit 2025-01-06 16:34:22 +01:00
parent edb448f7a0
commit 6cb7f576a5
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ def ensure_gitea_user_is_part_of_team(
# List of teams that all users should be part of by default
COMMON_USER_TEAMS = [
("Projects", "Members"),
("Grzegorz", "Members"),
("Kurs", "Members"),
]

View File

@ -3,6 +3,7 @@ let
organizations = [
"Drift"
"Projects"
"Grzegorz"
"Kurs"
];