Skip to content

Commit

Permalink
Update scheduled-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Oct 30, 2024
1 parent 8a14fc7 commit 805e88e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/policies/scheduled-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: Push to main (scheduled publish)
- description: Push to main (scheduled sync)
frequencies:
- daily:
time: 23:00
time: 1:00
- daily:
time: 9:00
- daily:
time: 17:00
filters: []
actions:
- createPullRequest:
head: smoke-test
base: main
title: Sync smoke-test to main
body: "Please don't squash-merge this PR."
title: Merge smoke-test into main
body: Please don't squash-merge this PR.

0 comments on commit 805e88e

Please sign in to comment.