-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepos.yaml
55 lines (41 loc) · 1.16 KB
/
repos.yaml
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
# Configuration File for GitHub Repositories
#
# This file manages settings for GitHub repositories within the Allianz organization.
# New repositories start in the "allianz-incubator" stage and may be promoted to "allianz" as they mature.
# Parameters:
# - name: Repository name. Use only lowercase letters and dashes.
# - stage: Choose between "allianz" or "allianz-incubator".
# - team name: Must be identical to the corresponding GIAM group.
repositories:
- name: ".github"
stage: allianz
- name: "ospo"
stage: allianz
teams:
- name: "Allianz OSPO"
- name: "new-project"
stage: allianz-incubator
- name: "ng-aquila"
stage: allianz
teams:
- name: "ng-aquila"
- name: "calculus-prime-pnc"
stage: allianz
- name: "gem-config"
stage: allianz
- name: "license-scout"
stage: allianz
- name: "merge-bot"
stage: allianz
- name: "merge-bot-config"
stage: allianz
- name: "merge-processor"
stage: allianz
- name: "test-permissions"
stage: allianz-incubator
- name: "playground"
stage: allianz-incubator
teams:
- name: "Allianz OSPO"
- name: "demo"
stage: allianz-incubator