From 861573a033a3c4bf3fcbfe0618669efe2519adfb Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Mon, 18 May 2026 16:09:50 +0000 Subject: [PATCH 1/2] feat: automatic update of workflows master --- .github/workflows/upstream-sync.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/upstream-sync.yml diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml new file mode 100644 index 0000000000..fbca020c83 --- /dev/null +++ b/.github/workflows/upstream-sync.yml @@ -0,0 +1,20 @@ +--- +name: Upstream Sync +'on': + schedule: + - cron: "15 6 * * 1" + workflow_dispatch: +permissions: + contents: write + pull-requests: write +jobs: + synchronise-2025-1: + name: Synchronise 2025.1 + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: 2025.1 + synchronise-yoga: + name: Synchronise yoga + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: yoga From 93e178d150f203de1bbc5f255e38c817757e26c1 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Mon, 18 May 2026 16:10:31 +0000 Subject: [PATCH 2/2] feat: automatic update of community files master --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..a914011ae8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @stackhpc/openstack