This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch fix/allow-rebase in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit ec51380fa58c00c04dc40d6137279188b956ca00 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Jul 10 15:39:38 2026 +0200 Allow “Rebase and Merge” Sometimes it is useful to preserve the individual commits of a PR. --- .asf.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 7a2c1435..36921d86 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,10 +48,12 @@ github: # Enforce squashing while merging PRs. # Otherwise, the git log gets polluted severely. + # + # Exceptionally use `rebase` if individual commits are relevant. enabled_merge_buttons: squash: true merge: false - rebase: false + rebase: true features: issues: true
