Skip to content

Commit 5aa9a1a

Browse files
authored
Merge pull request #90 from alexyaroshuk/daily-pr-conflicts
fix: skip husky hooks when pushing resolved conflicts
2 parents a920e42 + ee2de80 commit 5aa9a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/test-resolve-pr-conflicts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function attemptMerge(pr: PR): Promise<{ success: boolean; files: Conflict
251251

252252
if (allResolved && shouldPush) {
253253
await $`git commit -m "Resolve conflicts with upstream/${pr.baseRefName}"`.quiet()
254-
await $`git push origin ${pr.headRefName}`.quiet()
254+
await $`git push origin ${pr.headRefName} --no-verify`.quiet()
255255
console.log(`\n✅ Pushed resolved changes to PR #${pr.number}`)
256256
}
257257

0 commit comments

Comments
 (0)