Commit Graph

1021120 Commits

Author SHA1 Message Date
Aliaksandr da97bf8423 ci/github-script/merge: skip auto-merge when CI has already failed
The merge bot falls back to GitHub Auto Merge whenever the merge queue
won't accept a PR yet. That is the right move while CI is still
running, but pointless once CI has already failed: Auto Merge can never
trigger, and fixing CI requires a new push, which invalidates the merge
command anyway (the bot only acts on comments after the latest push).

Fetch the `no PR failures` commit status and, when the merge-queue
enqueue fails, branch on it. If CI has already failed
(`error`/`failure`), skip Auto Merge and reply that a fresh
`@NixOS/nixpkgs-merge-bot merge` comment is needed once CI is green
again. Otherwise (pending or missing status) enable Auto Merge as
before.

`merge()` now returns `{ reaction, messages }` so the CI-failure path
can leave a thumbs-down reaction rather than the rocket used for an
actual merge.

Closes #512554.

Assisted-by: claude-code with claude-opus-4-8[1m]-high
2026-06-25 17:57:03 +03:00
dotlambda 90d704fbd0 python3Packages.pypdf: 6.13.2 -> 6.14.2 (#534423) 2026-06-23 18:50:50 +00:00
Tristan Ross 2f4f625e9f python3Packages.coloraide: 7.0 -> 8.8.1 (#487536) 2026-06-23 18:37:45 +00:00
nikstur b71d29068d nixos/tests/systemd-repart: fix factory-reset test for systemd 261 (#534571) 2026-06-23 18:20:01 +00:00
nixpkgs-ci[bot] b09c002324 shopware-cli: 0.15.5 -> 0.15.10 (#534680) 2026-06-23 18:17:42 +00:00
nixpkgs-ci[bot] 255b43decb drupal: 11.3.11 -> 11.3.13 (#534647) 2026-06-23 18:17:41 +00:00
dotlambda 4f37c4255b mariadb: 10.6.27, 10.11.18, 11.4.12, 11.8.8 (#507491) 2026-06-23 17:54:37 +00:00
R. Ryantm 53b8d18610 shopware-cli: 0.15.5 -> 0.15.10 2026-06-23 17:41:38 +00:00
Maximilian Bosch 5f6ac9076f homebank: 5.10.1 -> 5.10.2 (#532971) 2026-06-23 17:31:32 +00:00
nixpkgs-ci[bot] ae44a5042f tixati: 3.42 -> 3.44 (#534660) 2026-06-23 17:28:20 +00:00
nixpkgs-ci[bot] 3e7c639913 rumdl: 0.2.16 -> 0.2.21 (#534634) 2026-06-23 17:28:04 +00:00
lassulus 476517c2d8 autopush-rs: add modular-service doc entry (#525025) 2026-06-23 17:24:38 +00:00
Oleksii Filonenko 51aa74f426 gyroflow-bin: init at 1.6.3 (#534667) 2026-06-23 17:17:32 +00:00
Robert Schütz 5139b40328 python3Packages.pypdf: 6.13.2 -> 6.14.2
Diff: https://github.com/py-pdf/pypdf/compare/6.13.2...6.14.2

Changelog: https://github.com/py-pdf/pypdf/blob/6.14.2/CHANGELOG.md
2026-06-23 10:17:11 -07:00
Oleksii Filonenko 1466acd592 gyroflow-bin: init at 1.6.3 2026-06-23 18:11:10 +01:00
Fabian Affolter 375698fc67 nerva: 1.21.0 -> 1.25.2 (#534650) 2026-06-23 17:03:24 +00:00
Fabian Affolter ee5cc2a136 python3Packages.fastapi-sso: 0.21.0 -> 0.21.1 (#534654) 2026-06-23 17:03:19 +00:00
Fabian Affolter 2a25bad90e python3Packages.claude-agent-sdk: 0.2.105 -> 0.2.107 (#534655) 2026-06-23 17:03:14 +00:00
Fabian Affolter c7664f4cca python3Packages.aiosmtplib: 5.1.1 -> 5.1.2 (#534653) 2026-06-23 17:02:54 +00:00
Fabian Affolter cee48d439c python3Packages.cloudcheck: 7.2.11 -> 11.0.0 (#534386) 2026-06-23 16:55:29 +00:00
Fabian Affolter bab2192909 python3Packages.mypy-boto3-*: updates (#534646) 2026-06-23 16:54:15 +00:00
R. Ryantm 5daf00f02c tixati: 3.42 -> 3.44 2026-06-23 16:53:43 +00:00
Fabian Affolter f31ac76546 python3Packages.aiosmtplib: 5.1.1 -> 5.1.2
Diff: https://github.com/cole/aiosmtplib/compare/v5.1.1...v5.1.2

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v5.1.2
2026-06-23 18:51:56 +02:00
Fabian Affolter baf5342605 python3Packages.fastapi-sso: 0.21.0 -> 0.21.1
Diff: https://github.com/tomasvotava/fastapi-sso/compare/0.21.0...0.21.1

Changelog: https://github.com/tomasvotava/fastapi-sso/releases/tag/0.21.1
2026-06-23 18:48:59 +02:00
Fabian Affolter c084e5f9eb python3Packages.claude-agent-sdk: 0.2.105 -> 0.2.107
Diff: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.2.105...v0.2.107

Changelog: https://github.com/anthropics/claude-agent-sdk-python/blob/v0.2.107/CHANGELOG.md
2026-06-23 18:47:00 +02:00
Fabian Affolter 99cf0bcb83 nerva: 1.21.0 -> 1.25.2
Diff: https://github.com/praetorian-inc/nerva/compare/v1.21.0...v1.25.2

Changelog: https://github.com/praetorian-inc/nerva/blob/v1.25.2/CHANGELOG.md
2026-06-23 18:44:57 +02:00
nixpkgs-ci[bot] 4282c0e283 go-sendxmpp: 0.15.8 -> 0.16.0 (#534627) 2026-06-23 16:39:40 +00:00
nixpkgs-ci[bot] a9f7eda192 amneziawg-tools: 1.0.20260223 -> 1.0.20260618-2 (#534601) 2026-06-23 16:39:31 +00:00
Fabian Affolter 686b53772f python3Packages.boto3-stubs: 1.43.35 -> 1.43.36 2026-06-23 18:37:49 +02:00
Fabian Affolter e4a661a249 python3Packages.mypy-boto3-quicksight: 1.43.24 -> 1.43.35 2026-06-23 18:37:20 +02:00
Fabian Affolter 7c5a921b32 python3Packages.mypy-boto3-omics: 1.43.28 -> 1.43.35 2026-06-23 18:37:13 +02:00
Matt Sturgeon 766734c5e8 vscode-langservers-extracted: extract directly from vscodium (#531798) 2026-06-23 16:37:12 +00:00
Fabian Affolter 1e71c67bcb python3Packages.mypy-boto3-mediaconnect: 1.43.13 -> 1.43.35 2026-06-23 18:37:04 +02:00
Fabian Affolter cb7cf89dc6 python3Packages.mypy-boto3-logs: 1.43.33 -> 1.43.35 2026-06-23 18:37:00 +02:00
Fabian Affolter 87c1e7f759 python3Packages.mypy-boto3-lambda: 1.43.33 -> 1.43.35 2026-06-23 18:36:56 +02:00
Fabian Affolter cd5f7a464b python3Packages.mypy-boto3-kafka: 1.43.1 -> 1.43.36 2026-06-23 18:36:51 +02:00
Fabian Affolter b4b7cb729b python3Packages.mypy-boto3-guardduty: 1.43.23 -> 1.43.35 2026-06-23 18:36:43 +02:00
Fabian Affolter ef9326090e python3Packages.mypy-boto3-ec2: 1.43.33 -> 1.43.35 2026-06-23 18:36:32 +02:00
Fabian Affolter 2ccb9b739e python3Packages.mypy-boto3-directconnect: 1.43.31 -> 1.43.35 2026-06-23 18:36:28 +02:00
R. Ryantm 661e953e0e drupal: 11.3.11 -> 11.3.13 2026-06-23 16:35:07 +00:00
Fabian Affolter 6f5e2d2ea5 python3Packages.meilisearch: 0.41.0 -> 0.41.1 (#534584) 2026-06-23 16:23:20 +00:00
Fabian Affolter 989fa06a28 python3Packages.ua-generator: 2.1.1 -> 2.1.2 (#534635) 2026-06-23 16:22:45 +00:00
Cathal Mullan 435c65e2b0 vscode-langservers-extracted: extract directly from vscodium 2026-06-23 17:19:31 +01:00
Doron Behar 045b3a984a python314Packages.xarray: add pytest-xdist to speed up tests by 2x (#534526) 2026-06-23 16:10:00 +00:00
R. Ryantm b2c1045140 python3Packages.ua-generator: 2.1.1 -> 2.1.2 2026-06-23 16:03:40 +00:00
R. Ryantm bc7c27399f rumdl: 0.2.16 -> 0.2.21 2026-06-23 15:59:27 +00:00
nixpkgs-ci[bot] b1ef643f07 llmfit: 0.9.31 -> 0.9.33 (#534617) 2026-06-23 15:45:46 +00:00
nixpkgs-ci[bot] 4342720ee9 cargo-nextest: 0.9.137 -> 0.9.138 (#534579) 2026-06-23 15:45:22 +00:00
nixpkgs-ci[bot] 33b3024d8c stackit-cli: 0.64.0 -> 0.65.0 (#534527) 2026-06-23 15:44:47 +00:00
Pavol Rusnak 9ab601ac43 tor: 0.4.9.9 -> 0.4.9.10 (#534622) 2026-06-23 15:42:09 +00:00