-
Notifications
You must be signed in to change notification settings - Fork 17
/
move-team.tf
64 lines (52 loc) · 1.01 KB
/
move-team.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
moved {
from = github_team.ictsc4
to = github_team.team["ictsc4"]
}
moved {
from = github_team.ictsc5
to = github_team.team["ictsc5"]
}
moved {
from = github_team.ictsc6
to = github_team.team["ictsc6"]
}
moved {
from = github_team.ictsc7
to = github_team.team["ictsc7"]
}
moved {
from = github_team.ictsc8
to = github_team.team["ictsc8"]
}
moved {
from = github_team.ictsc9
to = github_team.team["ictsc9"]
}
moved {
from = github_team.ictsc2018
to = github_team.team["ictsc2018"]
}
moved {
from = github_team.ictsc2019
to = github_team.team["ictsc2019"]
}
moved {
from = github_team.ictsc2020
to = github_team.team["ictsc2020"]
}
moved {
from = github_team.ictsc2021
to = github_team.team["ictsc2021"]
}
moved {
from = github_team.ictsc2022
to = github_team.team["ictsc2022"]
}
moved {
from = github_team_members.ictsc2022
to = github_team_members.team_member["ictsc2022"]
}
moved {
from = github_team.admin
to = github_team.team["Admins"]
}