about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-21 14:28:43 -0500
committerfigsoda <figsoda@pm.me>2023-11-21 14:34:30 -0500
commit87cc06983c14876bb56a6a84935d1a3968f35999 (patch)
tree779c4cd4dcb282ddb09fa64b57c709cc43a8ce10 /.github
parent0816d1426f0725db57335d974ea6fd3d25a13a4a (diff)
24.05 is Uakari 24.05-pre
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 32c32397dc088..f56b3a0a5594d 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -38,6 +38,10 @@ jobs:
             into: staging-next-23.05
           - from: staging-next-23.05
             into: staging-23.05
+          - from: release-23.11
+            into: staging-next-23.11
+          - from: staging-next-23.11
+            into: staging-23.11
     name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
     steps:
       - uses: actions/checkout@v4