diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..a914011ae8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @stackhpc/openstack diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml new file mode 100644 index 0000000000..fbca020c83 --- /dev/null +++ b/.github/workflows/upstream-sync.yml @@ -0,0 +1,20 @@ +--- +name: Upstream Sync +'on': + schedule: + - cron: "15 6 * * 1" + workflow_dispatch: +permissions: + contents: write + pull-requests: write +jobs: + synchronise-2025-1: + name: Synchronise 2025.1 + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: 2025.1 + synchronise-yoga: + name: Synchronise yoga + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: yoga