From 069c56a348218d5ef3ac3cb7c5063a1fe5e2ada1 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Thu, 23 Jan 2025 11:15:10 +0000 Subject: [PATCH] Fix: Previous manual INFO.yaml did not reflect automation Issue-ID: CI-MAN33 Change-Id: If2130b47d1f33cd1a2e4b8f503969a13fa7bf9e4 Signed-off-by: Matthew Watkins --- INFO.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INFO.yaml b/INFO.yaml index 5290ee1..3e70170 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -12,8 +12,8 @@ project_lead: &oran_sim_o1-ofhmp-interfaces_ptl primary_contact: *oran_sim_o1-ofhmp-interfaces_ptl issue_tracking: type: 'jira' - url: "https://lf-o-ran-sc.atlassian.net/jira/software/c/\ - projects/SIM/boards/35/backlog" + # yamllint disable-line rule:line-length + url: 'https://lf-o-ran-sc.atlassian.net/jira/software/c/projects/SIM/boards/35/backlog' key: 'SIM' mailing_list: type: 'groups.io' @@ -37,5 +37,4 @@ committers: - <<: *oran_sim_o1-ofhmp-interfaces_ptl tsc: approval: > - "https://lf-o-ran-sc.atlassian.net/wiki/spaces/TOC/\ - overview#O-RANSCTechnicalOversightCommittee(TOC)-20241107" + 'https://lf-o-ran-sc.atlassian.net/wiki/spaces/TOC/overview#O-RANSCTechnicalOversightCommittee(TOC)-20241107' -- 2.16.6