infix icon indicating copy to clipboard operation
infix copied to clipboard

Add workflow to auto-merge approved PRs

Open troglobit opened this issue 1 year ago • 0 comments

GitHub branch and pull-request policies support automatically merging approved PRs when tests pass. This is great but we want the added extra twist of a merge commit even after rebase (for tracking).

Since GitHub does not support this policy, the way to do it is via a workflow that rebase and perform a --no-ff merge using the gh tool when all tests pass and all reviewers have approved the PR.

troglobit avatar Apr 23 '24 14:04 troglobit