We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfdd2f commit 4a2fbefCopy full SHA for 4a2fbef
1 file changed
.github/workflows/sync_copilot.yml
@@ -0,0 +1,22 @@
1
+name: Sync Copilot Instructions
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 6 * * 1'
7
8
+jobs:
9
+ sync-copilot-instructions:
10
+ runs-on: ubuntu-22.04
11
+ environment: create_pull_request
12
+ permissions:
13
+ contents: read
14
15
+ steps:
16
+ - name: Sync shared instructions
17
+ uses: NHSDigital/eps-copilot-instructions@a7849a16aabd5c1edef13e29467a480fa08555f8
18
+ with:
19
+ copilot_instructions_ref: main
20
+ calling_repo_base_branch: main
21
+ CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
22
+ CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}
0 commit comments