From 0f7bae65513b9de89a5f57e0147554a25944ff50 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 28 May 2026 09:30:48 +1000 Subject: [PATCH] rulesets/nixpkgs: enable merge queue staging-nixos-{25.11,26.05} --- .../nixpkgs/require-merge-queue-except-periodic-merges.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json b/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json index 3181a41..b80edf5 100644 --- a/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json +++ b/rulesets/nixpkgs/require-merge-queue-except-periodic-merges.json @@ -14,8 +14,10 @@ "refs/heads/staging-next", "refs/heads/staging-nixos", "refs/heads/staging-next-25.11", + "refs/heads/staging-nixos-25.11", "refs/heads/staging-25.11", "refs/heads/staging-next-26.05", + "refs/heads/staging-nixos-26.05", "refs/heads/staging-26.05" ] }