forked from openstack/cloudkitty-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
55 lines (55 loc) · 1.52 KB
/
upstream-sync.yml
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
---
name: Upstream Sync
'on':
schedule:
- cron: "15 6 * * 1"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
synchronise-2023-1:
name: Synchronise 2023.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2023.1
synchronise-2024-1:
name: Synchronise 2024.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2024.1
synchronise-2025-1:
name: Synchronise 2025.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2025.1
synchronise-master:
name: Synchronise master
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: master
synchronise-victoria:
name: Synchronise victoria
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: victoria
synchronise-wallaby:
name: Synchronise wallaby
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: wallaby
synchronise-xena:
name: Synchronise xena
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: xena
synchronise-yoga:
name: Synchronise yoga
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: yoga
synchronise-zed:
name: Synchronise zed
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: zed