Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit df70667

Browse files
committed
Add permissions section for pull request and content access in auto-assign Copilot reviewer workflow
1 parent 25d11b1 commit df70667

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/auto-assign-copilot-reviewer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, reopened, ready_for_review]
66

7+
permissions:
8+
pull-requests: write
9+
contents: read
10+
711
jobs:
812
assign-copilot:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)