Skip to content

Commit 09f1412

Browse files
Let's try some spaces
1 parent f6b77ef commit 09f1412

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/steps/writing/creation/dotGitHub/workflows.ts

+28-28
Original file line numberDiff line numberDiff line change
@@ -227,34 +227,34 @@ export function createWorkflows(options: Options) {
227227
github.request(
228228
\`PUT /repos/${options.owner}/${options.repository}/branches/main/protection\`,
229229
{
230-
allow_deletions: false,
231-
allow_force_pushes: true,
232-
allow_fork_pushes: false,
233-
allow_fork_syncing: true,
234-
block_creations: false,
235-
branch: "main",
236-
enforce_admins: false,
237-
owner: "${options.owner}",
238-
repo: "${options.repository}",
239-
required_conversation_resolution: true,
240-
required_linear_history: false,
241-
required_pull_request_reviews: null,
242-
required_status_checks: {
243-
checks: [
244-
{ context: "build" },
245-
{ context: "compliance" },
246-
{ context: "lint" },
247-
{ context: "lint_knip" },
248-
{ context: "lint_markdown" },
249-
{ context: "lint_package_json" },
250-
{ context: "lint_packages" },
251-
{ context: "lint_spelling" },
252-
{ context: "prettier" },
253-
{ context: "test" },
254-
],
255-
strict: false,
256-
},
257-
restrictions: null,
230+
allow_deletions: false,
231+
allow_force_pushes: true,
232+
allow_fork_pushes: false,
233+
allow_fork_syncing: true,
234+
block_creations: false,
235+
branch: "main",
236+
enforce_admins: false,
237+
owner: "${options.owner}",
238+
repo: "${options.repository}",
239+
required_conversation_resolution: true,
240+
required_linear_history: false,
241+
required_pull_request_reviews: null,
242+
required_status_checks: {
243+
checks: [
244+
{ context: "build" },
245+
{ context: "compliance" },
246+
{ context: "lint" },
247+
{ context: "lint_knip" },
248+
{ context: "lint_markdown" },
249+
{ context: "lint_package_json" },
250+
{ context: "lint_packages" },
251+
{ context: "lint_spelling" },
252+
{ context: "prettier" },
253+
{ context: "test" },
254+
],
255+
strict: false,
256+
},
257+
restrictions: null,
258258
}
259259
);
260260
`,

0 commit comments

Comments
 (0)