1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 15:16:56 +00:00

fix: use merge commits instead of squash in auto-merge workflow

Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-28 15:19:09 +00:00
parent a43f77ad5f
commit ce29a2bed8

View file

@ -92,7 +92,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: prNumber,
merge_method: 'squash',
merge_method: 'merge',
});
console.log(`PR #${prNumber} merged successfully`);
} catch (error) {