This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
114 lines (108 loc) · 3.28 KB
/
submodule.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
name: Submodule Sync
on:
schedule:
- cron: "0 4 * * *"
workflow_dispatch: ~
jobs:
submodule-sync:
name: Submodule Sync
runs-on: ubuntu-latest
steps:
- name: Agg Lake Sync
uses: mheap/submodule-sync-action@v1
with:
path: aggregation/lake
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Agg Library Sync
uses: mheap/submodule-sync-action@v1
with:
path: aggregation/library
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Agg Metadata Sync
uses: mheap/submodule-sync-action@v1
with:
path: aggregation/metadata
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Agg Catalog Sync
uses: mheap/submodule-sync-action@v1
with:
path: aggregation/catalog
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Cap Async-Endpoint Sync
uses: mheap/submodule-sync-action@v1
with:
path: capture/async-endpoint
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Cap Async-Stage Sync
uses: mheap/submodule-sync-action@v1
with:
path: capture/async-stage
ref: main
pr_branch: automated-submodule-update
target_branch: main
- name: Cap Async-Write Sync
uses: mheap/submodule-sync-action@v1
with:
path: capture/async-stage
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Cap Bulk Sync
uses: mheap/submodule-sync-action@v1
with:
path: capture/bulk
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Cap Receipt Sync
uses: mheap/submodule-sync-action@v1
with:
path: capture/receipt
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Cmp Trail Endpoint Sync
uses: mheap/submodule-sync-action@v1
with:
path: compliance/trail/endpoint
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Cmp Trail Library Sync
uses: mheap/submodule-sync-action@v1
with:
path: compliance/trail/library
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Cmp Trail Write Sync
uses: mheap/submodule-sync-action@v1
with:
path: compliance/trail/write
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Mon Storefront Sync
uses: mheap/submodule-sync-action@v1
with:
path: monetization/storefront
ref: main
pr_branch: automated-submodule-write
target_branch: main
- name: Prd Orchestrate Sync
uses: mheap/submodule-sync-action@v1
with:
path: productization/orchestrate
ref: main
pr_branch: automated-submodule-write
target_branch: main