From 68a59cf135830f5076ef718f88858d79507efd47 Mon Sep 17 00:00:00 2001 From: meghana_gm Date: Wed, 29 Jan 2025 14:53:46 +0530 Subject: [PATCH 1/2] One-click action for releasing the repo Signed-off-by: meghana_gm --- .github/workflows/auto-release.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/auto-release.yaml diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml new file mode 100644 index 0000000..77e644b --- /dev/null +++ b/.github/workflows/auto-release.yaml @@ -0,0 +1,13 @@ +name: Auto Release Karavi-Topology +on: # yamllint disable-line rule:truthy + workflow_dispatch: + repository_dispatch: + types: [auto-release-workflow] + +jobs: + csm-release: + uses: dell/common-github-actions/.github/workflows/csm-release-driver-module.yaml@main + with: + version: "minor" + image: "csm-topology" + secrets: inherit From 32fe945006eb066df683c3364bf8e3c11f9a489e Mon Sep 17 00:00:00 2001 From: meghana_gm Date: Mon, 3 Feb 2025 13:42:30 +0530 Subject: [PATCH 2/2] One-click action for releasing the repo Signed-off-by: meghana_gm --- .github/workflows/auto-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 77e644b..da163af 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -9,5 +9,5 @@ jobs: uses: dell/common-github-actions/.github/workflows/csm-release-driver-module.yaml@main with: version: "minor" - image: "csm-topology" + images: "csm-topology" secrets: inherit