From 0dcc422b4986ef2f6bf6ad8dbf61bda38776b514 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:00:11 +0000 Subject: [PATCH] feat: automatic update of workflows stackhpc/2026.1 --- .github/workflows/tag-and-release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/tag-and-release.yml diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml new file mode 100644 index 0000000000..4ea862a5ef --- /dev/null +++ b/.github/workflows/tag-and-release.yml @@ -0,0 +1,14 @@ +--- +name: Tag & Release +'on': + push: + branches: + - stackhpc/2026.1 +permissions: + actions: read + contents: write +jobs: + tag-and-release: + uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main + with: + upstream: https://github.com/openstack/kayobe-config