We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a920e42 + ee2de80 commit 5aa9a1aCopy full SHA for 5aa9a1a
1 file changed
script/test-resolve-pr-conflicts.ts
@@ -251,7 +251,7 @@ async function attemptMerge(pr: PR): Promise<{ success: boolean; files: Conflict
251
252
if (allResolved && shouldPush) {
253
await $`git commit -m "Resolve conflicts with upstream/${pr.baseRefName}"`.quiet()
254
- await $`git push origin ${pr.headRefName}`.quiet()
+ await $`git push origin ${pr.headRefName} --no-verify`.quiet()
255
console.log(`\n✅ Pushed resolved changes to PR #${pr.number}`)
256
}
257
0 commit comments