Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gh-agent-workflows/pr-review-fork/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

permissions:
actions: read
contents: read
copilot-requests: write
issues: write # needed for no-op run tracking issue
pull-requests: write

Expand Down
Loading