Skip to content

Commit 97f97b0

Browse files
Merge pull request #10331 from MicrosoftDocs/main638582112750318114sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 8339e64 + 7ed15be commit 97f97b0

File tree

5 files changed

+150
-317
lines changed

5 files changed

+150
-317
lines changed

.docutune/config/docutune-visualstudio-docs-pr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"*-caution-*",
5353
"abbreviation-linq-language-integrated-query",
5454
"casing-prefixes",
55-
"product-microsoft-visual-studio"
55+
"product-microsoft-visual-studio",
56+
"formatting-minimum-0002",
57+
"invalid-compound-word-verb-0002-005"
5658
]
5759
}

.github/policies/scheduled-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ configuration:
88
scheduledSearches:
99
- description: Push to live branch (scheduled publish)
1010
frequencies:
11-
- daily:
12-
time: 00:0
11+
- hourly:
12+
hour: 8
1313
filters: []
1414
actions:
1515
- createPullRequest:
1616
head: main
1717
base: live
1818
title: Merge main into live
1919
body: Please don't squash-merge this PR.
20+

0 commit comments

Comments
 (0)