Uh oh!
There was an error while loading. Please reload this page.
Auto-fix stale nix vendorHash on dependabot PRs - #250
Conversation
Dependabot gomod bumps invalidate the vendorHash in flake.nix, which would fail the nix check on every such PR. Compute the correct hash in CI and push it to the dependabot branch instead of asking a human to. Requires a NIX_AUTOFIX_PUSH_TOKEN dependabot secret, since GITHUB_TOKEN pushes do not retrigger the PR checks.
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependabot gomod bumps invalidate the vendorHash in flake.nix, which
would fail the nix check on every such PR. Compute the correct hash in
CI and push it to the dependabot branch instead of asking a human to.
Requires a NIX_AUTOFIX_PUSH_TOKEN dependabot secret, since GITHUB_TOKEN
pushes do not retrigger the PR checks.
This PR is part of a stack containing 5 PRs:
main