Is your feature request related to a problem? Please describe.
Currently, whenever GitKraken gets updated in nixpkgs, we have to manually add the commit in gitkraken/versions.nix and run the tests manually.
This process, while working fine, is a little bit cumbersome.
Describe the solution you'd like
We should implement a GitHub action which regularly (once a day?):
- checks for updates to GitKraken in nixpkgs
- adds the new version, if any, to
gitkraken/versions.nix
- opens a PR to the main branch, which should run the test suite on this new version
Is your feature request related to a problem? Please describe.
Currently, whenever GitKraken gets updated in nixpkgs, we have to manually add the commit in
gitkraken/versions.nixand run the tests manually.This process, while working fine, is a little bit cumbersome.
Describe the solution you'd like
We should implement a GitHub action which regularly (once a day?):
gitkraken/versions.nix