forked from mirror/forgejo
feat(auto-merge): show merge style in pending schedule banner #5
Loading…
Reference in a new issue
No description provided.
Delete branch "t3code/40ad2272"
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
pulls.auto_merge_has_pending_schedule_with_styleand fall back to the existing string for unknown styles.hideMergeMessageTexts(rebase, fast-forward-only) never ask for a commit message when scheduling auto merge.Testing
tests/integration/pull_auto_merge_actions_test.go: asserts the rendered banner contains the localized merge style for merge, squash, and rebase styles (extended in this PR).web_src/js/components/PullRequestMergeForm.test.js: added cases verifying auto-merge scheduling omits title/message fields forrebaseandfast-forward-only.make test-sqlite,make test-frontend, and E2E suites.Pull request closed