diff options
author | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2022-07-18 23:38:48 +0000 |
---|---|---|
committer | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2022-07-18 23:38:49 +0000 |
commit | 4cd0609eb820730606b43dbee1036adf2df5cd66 (patch) | |
tree | 71f3aff179608ed2a0414eb03f1a75ed25bcc3d1 | |
parent | 2a905d6fd39322fc5714dfc0f2dc3f44094daf23 (diff) |
Automation adds INFO.yaml
Issue-ID: CIMAN-33
Change-Id: I55b328a03558d7d27c731b9516be3f0e57eaa5eb
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..daf2032 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,44 @@ +--- +project: 'usecase_ui_intent_analysis' +project_creation_date: '2022-06-25' +project_category: '' +lifecycle_state: 'Mature' +project_lead: &onap_usecase_ui_ptl + name: 'Keguang He' + email: 'hekeguang@chinamobile.com' + id: 'hekeguang' + company: 'CMCC' + timezone: 'China/Beijing' +primary_contact: *onap_usecase_ui_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/USECASEUI' + key: 'UUI' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '[sub-project-name]' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=8228204' + url: 'https://wiki.onap.org/display/DW/Usecase+UI+Project' + server: '' + channel: '' + repeats: 'weekly' + time: '02:00 UTC' +repositories: + - usecase-ui/intent-analysis +committers: + - <<: *onap_usecase_ui_ptl + - name: 'Chuyi Guo' + email: 'guochuyi@chinamobile.com' + company: 'CMCC' + id: 'guochuyicmri' + - name: 'He Keguang' + email: 'hekeguang@chinamobile.com' + company: 'CMCC' + id: 'hekeguang' +tsc: + # yamllint disable rule:line-length + approval: 'https://lists.onap.org/pipermail/onap-tsc' |