Open hpatro opened 2 months ago
@stockholmux WDYT ?
Also, it's not a bug but I can't remove labels in this repository.
@hpatro IIRC we tried this but it doesn't work particularly well with how we deploy: prod_zola
is the deployment and we do do a PR from main
to prod_zola
(which triggers the build). If this is a squash and merge it creates this katamari of commits every time that is really hard to resolve.
Observed with my recent PR (https://github.com/valkey-io/valkey-io.github.io/pull/114) that we merge all the individual commits as part of merging a PR. This is different from github.com/valkey-io/valkey.
Current view of
main
:I would suggest to do a squash and merge once the PR is ready. Having a single commit makes life easier in the following ways: