diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml new file mode 100644 index 000000000..5e58ac144 --- /dev/null +++ b/.github/workflows/upstream-sync.yml @@ -0,0 +1,25 @@ +--- +name: Upstream Sync +'on': + schedule: + - cron: "15 8 * * 1" + workflow_dispatch: +permissions: + contents: write + pull-requests: write +jobs: + synchronise-xena: + name: Synchronise xena + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: xena + synchronise-wallaby: + name: Synchronise wallaby + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: wallaby + synchronise-victoria: + name: Synchronise victoria + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: victoria