Update with new stable branch
This commit is contained in:
parent
454a59b59b
commit
d0faa61fa4
@ -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):
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user