Skip to content

Align PR review fork example permissions#1591

Open
v1v with Copilot wants to merge 2 commits into
mainfrom
copilot/workflow-patrol-fix-permissions
Open

Align PR review fork example permissions#1591
v1v with Copilot wants to merge 2 commits into
mainfrom
copilot/workflow-patrol-fix-permissions

Conversation

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

The pr-review-fork example omitted permissions required by the reusable PR review workflow, potentially causing validation failures or preventing workflow execution.

  • Permissions
    • Add actions: read
    • Add copilot-requests: write
permissions:
  actions: read
  contents: read
  copilot-requests: write
  issues: write
  pull-requests: write

Copilot AI changed the title [WIP] Fix permissions in PR review fork workflow Align PR review fork example permissions Jul 17, 2026
Copilot finished work on behalf of v1v July 17, 2026 07:30
Copilot AI requested a review from v1v July 17, 2026 07:30
@v1v
v1v requested a review from fr4nc1sc0-r4m0n July 17, 2026 07:38
@v1v
v1v marked this pull request as ready for review July 17, 2026 07:38

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[workflow-patrol] Workflow drift detected: PR review fork example omits required permissions

3 participants