Skip to content

Commit 4a2fbef

Browse files
committed
sync copilot
1 parent abfdd2f commit 4a2fbef

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/sync_copilot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)