Skip to content

Commit 92c4b3a

Browse files
committed
Update copilot-labeler workflow: change issue permissions to 'write' and adjust test-copilot options for screen reader support
1 parent 62f836a commit 92c4b3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
timeout-minutes: 7
1313
permissions:
1414
contents: 'read'
15-
id-token: 'write'
16-
issues: 'read'
15+
issues: 'write'
1716
pull-requests: 'read'
1817
steps:
1918
- uses: austenstone/copilot-cli@main

.github/workflows/test-copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: austenstone/copilot-cli@main
1111
with:
1212
copilot-token: ${{ secrets.PAT }}
13+
options: '--screen-reader --no-color'
1314
prompt: |
1415
Who are you?
1516

0 commit comments

Comments
 (0)