It would be very helpful to have CI running automatically for PRs (with authorization by trusted users). Ideally, a trusted user would ping the bot with some command, and the bot would run the build with the PR and report the result.
It would be very helpful to have CI running automatically for PRs (with authorization by trusted users). Ideally, a trusted user would ping the bot with some command, and the bot would run the build with the PR and report the result.
It seems that Hydra supports this: https://github.com/NixOS/hydra/commit/c6f07534359dd567b6dfe9397dc22e1f90925397
It would be very helpful to have CI running automatically for PRs (with authorization by trusted users). Ideally, a trusted user would ping the bot with some command, and the bot would run the build with the PR and report the result.
It seems that Hydra supports this:
c6f0753435
may need some modification for waiting user approval, for things like hitl tests.