diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-07-19 22:15:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-07-19 22:15:36 +0000 |
commit | eeb8a4a0ec09e22b647414cc14158379e0e1f219 (patch) | |
tree | b70785ff1143a047e648d9fcce0fa5efdaec983c | |
parent | 7efcb58c0764ae451260d18e5a429c5c4cbe43f1 (diff) | |
parent | 2bbdaa60828a2c9e60628920a930663a5c1745b6 (diff) |
Merge "CI: Add initial INFO.yaml file" into main
-rw-r--r-- | INFO.yaml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..e3401b2 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,80 @@ +--- +project: ".github" +project_creation_date: "2023-07-12" +lifecycle_state: "Incubation" +project_category: "" +project_lead: &onap_releng_ptl + name: "Jessica Wagantall" + email: "jwagantall@linuxfoundation.org" + id: "jwagantall" + company: "LF" + timezone: "America/Los_Angeles" +primary_contact: *onap_releng_ptl +issue_tracking: + type: "jira" + url: "https://jira.onap.org/projects/CIMAN" + key: "CIMAN" +mailing_list: + type: "groups.io" + url: "lists.onap.org" + tag: "<[sub-project_name]>" +realtime_discussion: "" +meetings: + - type: "zoom" + agenda: "n/a" + url: "n/a" + server: "n/a" + channel: "n/a" + repeats: "n/a" + time: "n/a" +repositories: + - .github +committers: + - <<: *onap_releng_ptl + - name: "Andrew Grimberg" + email: "agrimberg@linuxfoundation.org" + company: "LF" + id: "agrimberg" + timezone: "America/Los_Angeles" + - name: "Eric Ball" + email: "eball@linuxfoundation.org" + company: "LF" + id: "eball" + timezone: "America/Los_Angeles" + - name: "Morgan Richomme" + email: "morgan.richomme@orange.com" + company: "orange" + id: "mrichomme" + timezone: "France/Paris" + - name: "Bartek Grzybowski" + email: "b.grzybowski@partner.samsung.com" + company: "samsung" + id: "bgrzybowski" + timezone: "Poland/Warsaw" + - name: "Lasse Kaihlavirta" + email: "l.kaihlavirt@partner.samsung.com" + company: "samsung" + id: "kaihlavi" + timezone: "Europe/Helsinki" + - name: "Kevin Sandi" + email: "ksandi@contractor.linuxfoundation.org" + company: "LF" + id: "kevin.sandi" + timezone: "America/Costa_Rica" + - name: "Matt Watkins" + email: "mwatkins@linuxfoundation.org" + company: "LF" + id: "modeSevenindustrialsolutions" + timezone: "Europe/London" + - name: "Thomas Kulik" + email: "thomas.kulik@telekom.de" + company: "Deutsche Telekom" + id: "thmsdt" + timezone: "Germany/Berlin" + - name: "Cédric Ollivier" + email: "cedric.ollivier@orange.com" + company: "Orange" + id: "ollivier" + timezone: "Europe/Paris" +tsc: + approval: "https://lists.onap.org/pipermail/onap-tsc" |