Skip to content

Commit 9b00118

Browse files
authored
turning off build comments on PRs (#1327)
/cc @BillWagner
1 parent 50e24f1 commit 9b00118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"need_generate_pdf": false,
33
"need_generate_intellisense": false,
4-
"need_preview_pull_request": "true",
4+
"need_preview_pull_request": true,
5+
"need_pr_comments": false,
56
"need_generate_pdf_url_template": true,
67
"git_repository_branch_open_to_public_contributors": "master",
78
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/core-docs",

0 commit comments

Comments
 (0)