Update default stable to 25.11
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user