Skip to content

Commit

Permalink
Enable automatic main-to-live PRs (#39379)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Feb 2, 2024
1 parent 44cb52f commit e7aa5e4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: Push to live branch (scheduled publish)
frequencies:
- weekday:
day: Monday
time: 22:0
- weekday:
day: Tuesday
time: 22:0
- weekday:
day: Wednesday
time: 22:0
- weekday:
day: Thursday
time: 22:0
- weekday:
day: Friday
time: 22:0
filters: []
actions:
- createPullRequest:
head: main
base: live
title: Merge main into live
body: Please don't squash-merge this PR.
- description: Label doc-bug issues with okr-health (scheduled search)
frequencies:
- hourly:
Expand Down

0 comments on commit e7aa5e4

Please sign in to comment.