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 3094b4a commit d76f59dCopy full SHA for d76f59d
src/setup/steps/hydrateRepositorySettings.ts
@@ -21,5 +21,7 @@ export async function hydrateRepositorySettings(
21
has_wiki: false,
22
owner,
23
repo: repository,
24
+ squash_merge_commit_message: "PR_BODY",
25
+ squash_merge_commit_title: "PR_TITLE",
26
});
27
}
0 commit comments