You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great GitHub Action. I haven't tested it yet.
What happens if flake update fails? Will the PR still be created?
An example is the hackage-serverflake.nix. Right now, nix flake update will fail because the Flake is incompatible with current NixPkgs.
Additionally, building on #91, can additional checks be specified that would prevent the PR from being created?
Assuming the PR is created regardless of flake update success or failure, a broken flake.nix can be caught by other GitHub Action tests on the flake. However, there may be a lot of automated and broken PRs sitting in the list.
The text was updated successfully, but these errors were encountered:
Thanks for this great GitHub Action. I haven't tested it yet.
What happens if
flake update
fails? Will the PR still be created?An example is the
hackage-server
flake.nix
. Right now,nix flake update
will fail because the Flake is incompatible with current NixPkgs.Additionally, building on #91, can additional checks be specified that would prevent the PR from being created?
Assuming the PR is created regardless of
flake update
success or failure, a brokenflake.nix
can be caught by other GitHub Action tests on theflake
. However, there may be a lot ofautomated
and broken PRs sitting in the list.The text was updated successfully, but these errors were encountered: