diff --git a/.github/workflows/sync_copilot.yml b/.github/workflows/sync_copilot.yml new file mode 100644 index 00000000..6621df74 --- /dev/null +++ b/.github/workflows/sync_copilot.yml @@ -0,0 +1,13 @@ +name: deploy to environments + +on: + schedule: + - cron: "0 4 * * 1" # weekly + workflow_dispatch: + +jobs: + sync_copilot: + uses: NHSDigital/eps-common-workflows/.github/workflows/sync_copilot.yml@copilot + permissions: + contents: write + pull-requests: write