Skip to content

Commit 5649ee8

Browse files
Merge pull request #10461 from MicrosoftDocs/main638658218178086735sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 09c1af7 + 7bd7849 commit 5649ee8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/policies/scheduled-pr.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ configuration:
88
scheduledSearches:
99
- description: Push to live branch (scheduled publish)
1010
frequencies:
11-
- hourly:
12-
hour: 8
11+
- daily:
12+
time: 1:00
13+
- daily:
14+
time: 9:00
15+
- daily:
16+
time: 17:00
1317
filters: []
1418
actions:
1519
- createPullRequest:

0 commit comments

Comments
 (0)