we don’t require reviews on cherry-picks. is that ...
# development
c
we don’t require reviews on cherry-picks. is that intentional?
h
We usually should?
Are we not enforcing that on release branches?
c
h
Aha
so, we should be...
Lemme look at that
c
I think there might be a reason for it… like if you’re supposed to be able to push directly to a release branch..? and this change limits that..?
(just ocured to me..)
w
yea, that’s why. we only actually require checks on
main
, because of how we directly push to release branches currently.
adjusting the process to not require direct pushes would let us enable checks.
h
Ah, right
w
if we started using a PR-based cherry-pick for the version bump and notes, we wouldn’t need to directly push any more. but would mean an extra CI cycle i think