Update with new stable branch

This commit is contained in:
Torjus Håkestad 2025-05-27 14:25:49 +02:00
parent 454a59b59b
commit d0faa61fa4
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nixprstatus" name = "nixprstatus"
version = "0.1.17" version = "0.1.18"
description = "Nixpkgs PR status checker" description = "Nixpkgs PR status checker"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"