File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Update devcontainer version
1+ name : Sync Copilot Instructions
22
33on :
44 workflow_dispatch :
55 schedule :
66 - cron : ' 0 6 * * 1'
7+
78permissions : {}
89
910jobs :
10- update-devcontainer-version :
11+ sync-copilot-instructions :
1112 runs-on : ubuntu-22.04
1213 environment : create_pull_request
1314 permissions :
1415 contents : read
15- packages : read
1616
1717 steps :
18- - name : Update devcontainer version
19- uses : NHSDigital/eps-update-devcontainer@dc3a8c5f11e7226ee4f5f2bb35bd0d1265092306
18+ - name : Sync shared instructions
19+ uses : NHSDigital/eps-copilot-instructions@304ab2f4b7cdc15a1d7c0a0fae5290fad41b2451
2020 with :
21+ copilot_instructions_ref : main
2122 calling_repo_base_branch : main
2223 CREATE_PULL_REQUEST_APP_ID : ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
2324 CREATE_PULL_REQUEST_PEM : ${{ secrets.CREATE_PULL_REQUEST_PEM }}
You can’t perform that action at this time.
0 commit comments