From cb34709ff20844a4c25eb794ed547e4518d183af Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sat, 2 Aug 2025 10:43:51 +0100 Subject: [PATCH] lexicons: restructure lexicons Change-Id: syokoovrqmqrxuwtqlzoouvymtkuxlpl Signed-off-by: oppiliappan --- lexicons/{ => pipeline}/pipeline.json | 0 lexicons/{ => repo}/addSecret.json | 0 lexicons/{ => repo}/artifact.json | 0 lexicons/{ => repo}/defaultBranch.json | 0 lexicons/{ => repo}/listSecrets.json | 0 lexicons/{ => repo}/removeSecret.json | 0 lexicons/{ => repo}/repo.json | 0 lexicons/{ => spindle}/spindle.json | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename lexicons/{ => pipeline}/pipeline.json (100%) rename lexicons/{ => repo}/addSecret.json (100%) rename lexicons/{ => repo}/artifact.json (100%) rename lexicons/{ => repo}/defaultBranch.json (100%) rename lexicons/{ => repo}/listSecrets.json (100%) rename lexicons/{ => repo}/removeSecret.json (100%) rename lexicons/{ => repo}/repo.json (100%) rename lexicons/{ => spindle}/spindle.json (100%) diff --git a/lexicons/pipeline.json b/lexicons/pipeline/pipeline.json similarity index 100% rename from lexicons/pipeline.json rename to lexicons/pipeline/pipeline.json diff --git a/lexicons/addSecret.json b/lexicons/repo/addSecret.json similarity index 100% rename from lexicons/addSecret.json rename to lexicons/repo/addSecret.json diff --git a/lexicons/artifact.json b/lexicons/repo/artifact.json similarity index 100% rename from lexicons/artifact.json rename to lexicons/repo/artifact.json diff --git a/lexicons/defaultBranch.json b/lexicons/repo/defaultBranch.json similarity index 100% rename from lexicons/defaultBranch.json rename to lexicons/repo/defaultBranch.json diff --git a/lexicons/listSecrets.json b/lexicons/repo/listSecrets.json similarity index 100% rename from lexicons/listSecrets.json rename to lexicons/repo/listSecrets.json diff --git a/lexicons/removeSecret.json b/lexicons/repo/removeSecret.json similarity index 100% rename from lexicons/removeSecret.json rename to lexicons/repo/removeSecret.json diff --git a/lexicons/repo.json b/lexicons/repo/repo.json similarity index 100% rename from lexicons/repo.json rename to lexicons/repo/repo.json diff --git a/lexicons/spindle.json b/lexicons/spindle/spindle.json similarity index 100% rename from lexicons/spindle.json rename to lexicons/spindle/spindle.json -- 2.43.0