Update default stable to 25.11
All checks were successful
build / build (push) Successful in 1m17s
test / test (push) Successful in 1m9s

This commit is contained in:
2026-01-08 12:31:01 +01:00
parent 5ebf5b6844
commit b4e3e6de65

View File

@@ -9,9 +9,9 @@ from nixprstatus.output import OutputFormat
DEFAULT_HEADERS = {
"Accept": "application/vnd.github.text+json",
}
DEFAULT_BRANCHES = ["master", "nixos-unstable-small", "nixos-unstable", "nixos-25.05"]
STABLE_BRANCH = "nixos-25.05"
BACKPORT_LABEL = "backport release-25.05"
DEFAULT_BRANCHES = ["master", "nixos-unstable-small", "nixos-unstable", "nixos-25.11"]
STABLE_BRANCH = "nixos-25.11"
BACKPORT_LABEL = "backport release-25.11"
class PRStatus(BaseModel):