forked from mirror/forgejo
fix(pull): show scheduled merge style in auto-merge banner and keep merge message fields visible #6
Loading…
Reference in a new issue
No description provided.
Delete branch "t3code/44b1c273"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pendingMergeStylefrom the template intoPullRequestMergeFormand derive its display label from the known merge stylesrebase-merge)Testing
PullRequestMergeForm.test.js:rebase/fast-forward-onlystyles in all merge/auto-merge combinationsmerge,squash, andrebase-mergeTestPullViewScheduledMergeStyleverifyingpendingMergeStyleis rendered empty without a schedule and as the scheduled style (e.g.rebase) afterScheduleAutoMergenpx vitest run web_src/js/components/PullRequestMergeForm.test.jsandmake 'test-sqlite#TestPullViewScheduledMergeStyle'