From d6dbfa193f93d9046eb6710a18a2b9ffedfe0d46 Mon Sep 17 00:00:00 2001 From: yaya Date: Mon, 11 May 2026 10:49:35 +0200 Subject: [PATCH] workflows/periodic-merges: integrate with staging-26.05 For now this uses `master` as root before branch-off. --- .github/workflows/periodic-merge-24h.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml index c80f3212ed21..696089df9bc2 100644 --- a/.github/workflows/periodic-merge-24h.yml +++ b/.github/workflows/periodic-merge-24h.yml @@ -35,6 +35,10 @@ jobs: into: staging-next-25.11 - from: staging-next-25.11 into: staging-25.11 + - from: master + into: staging-next-26.05 + - from: staging-next-26.05 + into: staging-26.05 - name: merge-base(master,staging) → haskell-updates from: master staging into: haskell-updates