From 1085186d6ec7b18a03c793d810c3d39cb249f01b Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Wed, 27 May 2026 08:15:10 +0200 Subject: [PATCH] ruleset/nixpkgs: enable merge queue for staging-26.05, staging-next-26.05 Part of the branch-off process for the 26.05 release. --- .../nixpkgs/require-merge-queue-except-periodic-merges.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json b/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json index 1beea85..3181a41 100644 --- a/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json +++ b/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json @@ -14,7 +14,9 @@ "refs/heads/staging-next", "refs/heads/staging-nixos", "refs/heads/staging-next-25.11", - "refs/heads/staging-25.11" + "refs/heads/staging-25.11", + "refs/heads/staging-next-26.05", + "refs/heads/staging-26.05" ] } },