We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f79ea commit c65d590Copy full SHA for c65d590
scripts/ci/codegen/pushGeneratedCode.ts
@@ -61,8 +61,8 @@ export async function pushGeneratedCode(): Promise<void> {
61
62
Co-authored-by: %an <%ae>
63
skip-checks: true
64
-%(trailers:key=skip-checks)
65
-%(trailers:key=Co-authored-by)"`,
+%(trailers:key=Co-authored-by)
+%(trailers:key=skip-checks)"`,
66
);
67
68
console.log(`Pushing code to generated branch: '${branchToPush}'`);
0 commit comments