Today I opened for myself a possibility to merge PR via GitHub. And GitHub allows 3 usual options to do a merge (merge commit, rebase, squash). And "merge commit" is a default option but an illegal one according to Apache Ignite usual practices.
So, I wonder is it somehow possible to configure it to keep only "squash" merge option? -- Best regards, Ivan Pavlukhin