File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 6
6
configuration :
7
7
resourceManagementConfiguration :
8
8
scheduledSearches :
9
- - description : Push to live branch (scheduled publish)
9
+ - description : Push to live branch (scheduled 10 AM publish)
10
+ frequencies :
11
+ - daily :
12
+ time : 17:00
13
+ filters : []
14
+ actions :
15
+ - createPullRequest :
16
+ head : main
17
+ base : live
18
+ title : Merge main into live
19
+ body : Please don't squash-merge this PR.
20
+ - description : Push to live branch (scheduled publish 5 PM)
10
21
frequencies :
11
22
- daily :
12
23
time : 1:00
24
+ filters : []
25
+ actions :
26
+ - createPullRequest :
27
+ head : main
28
+ base : live
29
+ title : Merge main into live
30
+ body : Please don't squash-merge this PR.
31
+ - description : Push to live branch (scheduled publish 1 AM)
32
+ frequencies :
13
33
- daily :
14
34
time : 9:00
15
- - daily :
16
- time : 17:00
17
35
filters : []
18
36
actions :
19
37
- createPullRequest :
You can’t perform that action at this time.
0 commit comments