Commit Graph
815605 Commits
Author SHA1 Message Date
Nico Felbinger aa60bfcd16 wandio: init at 4.2.6 2025-06-13 18:18:10 +02:00
dotlambdaandGitHub e76b35e9bd python3Packages.google-geo-type: 0.3.12 -> 0.3.13 (#416285) 2025-06-13 09:05:04 -07:00
Philip TaronandGitHub a921965d8c workflows/{labels,reviewers}: fix concurrency groups for nested workflows (#416448) 2025-06-13 09:04:36 -07:00
dotlambdaandGitHub 5f7148ac2b python3Packages.bx-py-utils: 108 -> 109 (#416332) 2025-06-13 09:03:49 -07:00
dotlambdaandGitHub fa3c7b4e80 python3Packages.sensorpush-api: 2.1.2 -> 2.1.3 (#416326) 2025-06-13 09:03:33 -07:00
dotlambdaandGitHub ca67b10000 python3Packages.recurring-ical-events: 3.7.0 -> 3.8.0 (#416283) 2025-06-13 09:03:15 -07:00
dotlambdaandGitHub aaed75789a python3Packages.django_5: 5.1 -> 5.2 (#416022) 2025-06-13 08:59:34 -07:00
John EricsonandGitHub 5d3f1daeb6 tests.cc-wrapper.supported: fix eval (#416235) 2025-06-13 11:56:17 -04:00
Florian Peter 0754435e14 maintainers: update farlion -> workflow
* simplify github handle == name
* update email
* add PGP key
2025-06-13 16:48:32 +01:00
TomaandGitHub 31a0f60d6b auto-editor: 26.2.0 -> 28.0.0 (#413298) 2025-06-13 17:47:43 +02:00
AleksanaandGitHub 9b2b2838b7 nixos/qtile: fix 'package' option (#416173) 2025-06-13 23:40:06 +08:00
SandroandGitHub a2b83ab099 python3Packages.google-cloud-bigtable: 2.30.1 -> 2.31.0 (#411076) 2025-06-13 17:39:13 +02:00
TomaSajt 1ab04416af gramps: 5.2.4 -> 6.0.1 2025-06-13 17:38:25 +02:00
AleksanaandGitHub 0feafdbc84 nugget-doom: init at 4.3.0 (#413068) 2025-06-13 23:32:34 +08:00
Wolfgang Walther 6793e238fa workflows/{labels,reviewers}: fix concurrency groups for nested workflows
This didn't work as intended. When a workflow is run with
`workflow_call`, it will have `github.workflow` set to the *parent*
workflow. So the `caller` input that we passed, resulted in this
concurrency key:

```
Eval-Eval-...
```

But that's bad, because the labels and reviewers workflows will cancel
each other!

What we actually want is this:
- Label and Reviewers workflow should have different groups.
- Reviewers called via Eval and called directly via undraft should have
*different* groups.

We can't use the default condition we use everywhere else, because
`github.workflow` is the same for Label and Reviewers. Thus, we hardcode
the workflow's name as well. This essentially means we have this as a
key:

```
<name-of-running-workflow>-<name-of-triggering-workflow>-<name-of-event>-<name-of-head-branch>
```

This should do what we want.

Since workflows can be made reusable workflows later on, we add those
hardcoded names to *all* concurrency groups. This avoids copy&paste
errors later on.
2025-06-13 17:31:27 +02:00
AleksanaandGitHub 15fa7a97ad teapot: refactor package definitions (#415038) 2025-06-13 23:30:03 +08:00
AleksanaandGitHub 5e41161d3d todoman: Install manpage (#416147) 2025-06-13 23:26:41 +08:00
AleksanaandGitHub aedd558ce4 python3Packages.osmapi: init at 4.3.0 (#415032) 2025-06-13 23:25:41 +08:00
Gaétan LepageandGitHub 0299021897 [python3Packages.]mujoco: 3.3.2 -> 3.3.3 (#415961) 2025-06-13 17:24:14 +02:00
AleksanaandGitHub 10bcaa30f3 oneanime: 1.4.0 -> 1.4.1 (#416079) 2025-06-13 23:23:39 +08:00
AleksanaandGitHub cec1b0bd83 mps: add darwin support (#368808) 2025-06-13 23:12:13 +08:00
Bobby Rong a94bff64f5 pantheon.gala: 8.2.2 -> 8.2.3
https://github.com/elementary/gala/compare/8.2.2...8.2.3
2025-06-13 23:10:09 +08:00
Bobby Rong f8c7d7b942 pantheon.elementary-dock: 8.1.1 -> 8.1.2
https://github.com/elementary/dock/compare/8.1.1...8.1.2
2025-06-13 23:10:08 +08:00
Bobby Rong f4bf55b35e pantheon.elementary-settings-daemon: 8.3.0 -> 8.3.1
https://github.com/elementary/settings-daemon/compare/8.3.0...8.3.1
2025-06-13 23:10:08 +08:00
Bobby Rong f345c24cea pantheon.wingpanel-quick-settings: 1.1.0 -> 1.2.0
https://github.com/elementary/quick-settings/compare/1.1.0...1.2.0
2025-06-13 23:10:08 +08:00
Adam C. StephensandGitHub a8a6d2333b beam26Packages.erlfmt: 1.6.2 -> 1.7.0 (#416465) 2025-06-13 11:01:31 -04:00
Bobby Rong 39ddb0018d pantheon.xdg-desktop-portal-pantheon: 8.0.2 -> 8.0.3
https://github.com/elementary/portals/compare/8.0.2...8.0.3
2025-06-13 23:00:46 +08:00
Wolfgang Walther 7ba7720b28 workflows: prevent accidental cancelling of other PRs
This can happen when two PRs run at the same time, which come from
different forks, but have the same head branch name.

github.head_ref is suggested by GitHub's docs, but.. that's not really
useful for cases with forks.
2025-06-13 17:00:31 +02:00
a936973da2 pay-respects: 0.7.6 -> 0.7.8 (#416003)
Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
2025-06-13 14:53:40 +00:00
AleksanaandGitHub d992d39182 gnomeExtensions.impatience: add gnome 48 support (#415984) 2025-06-13 22:49:23 +08:00
AleksanaandGitHub 28691443a9 python3Packages.copier: add a working update script (#416394) 2025-06-13 22:48:05 +08:00
K900andGitHub a05a8da579 linux-firmware: 20250509 -> 20250613 (#416468) 2025-06-13 17:43:22 +03:00
Tom Vincent c125d23d18 linux-firmware: 20250509 -> 20250613 2025-06-13 14:40:38 +00:00
R. Ryantm 6e976783a9 pik: 0.23.1 -> 0.24.0 2025-06-13 14:38:23 +00:00
R. Ryantm 845b3c2de9 nbfc-linux: 0.3.18 -> 0.3.19 2025-06-13 14:37:02 +00:00
Alexander Nabokikh 08ae57aa98 sherlock-launcher: 0.1.12 -> 0.1.13 2025-06-13 16:35:15 +02:00
Gaétan LepageandGitHub ea0f7bd07c vimPlugins.jsonfly-nvim: 2024-09-30 -> 2025-06-07 (#415792) 2025-06-13 16:30:42 +02:00
Wolfgang WaltherandGitHub 3998f6d3a6 nixpkgs-review: 3.3.0 -> 3.4.0 (#416457) 2025-06-13 14:29:17 +00:00
R. Ryantm f84733c433 beam26Packages.erlfmt: 1.6.2 -> 1.7.0 2025-06-13 14:25:45 +00:00
R. Ryantm 07c564f394 c-blosc2: 2.17.1 -> 2.18.0 2025-06-13 14:24:16 +00:00
R. Ryantm 5145670b61 clpeak: 1.1.4 -> 1.1.5 2025-06-13 14:23:37 +00:00
Guillaume GirolandGitHub 8da804cb82 sane-backends: 1.3.1 -> 1.4.0 (#414114) 2025-06-13 16:21:48 +02:00
Myzel394 d8f928befe vimPlugins.jsonfly-nvim: 2024-09-30 -> 2025-06-07 2025-06-13 16:17:47 +02:00
Myzel394 202b898eae maintainers: add myzel394
Signed-off-by: Myzel394 <github.7a2op@simplelogin.co>
2025-06-13 16:17:46 +02:00
AleksanaandGitHub 7acad72b74 nixos-option: Match the behavior described in detection order (#393283) 2025-06-13 22:13:10 +08:00
Paul MeyerandGitHub 37abc61666 parca-agent: 0.39.0 -> 0.39.1 (#416451) 2025-06-13 16:09:59 +02:00
Gaetan Lepage 4a6f52de4d nixpkgs-review: 3.3.0 -> 3.4.0
Diff: https://github.com/Mic92/nixpkgs-review/compare/refs/tags/3.3.0...refs/tags/3.4.0

Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/3.4.0
2025-06-13 16:04:42 +02:00
Gaétan LepageandGitHub 9729255afb yodl: add versionCheckHook (#416447) 2025-06-13 15:50:27 +02:00
emaryn d31a8d6b86 vuls: 0.30.0 -> 0.32.0 2025-06-13 21:43:44 +08:00
AleksanaandGitHub d5c7b1241a catalyst: init at 2.0.0 (#415201) 2025-06-13 21:39:20 +08:00