Skip to content

fix(ci): grant PR reviewer actions write permission - #3898

Merged
Sayt-0 merged 1 commit into
mainfrom
fix/pr-review-actions-write
Aug 3, 2026
Merged

fix(ci): grant PR reviewer actions write permission#3898
Sayt-0 merged 1 commit into
mainfrom
fix/pr-review-actions-write

Conversation

@Sayt-0

@Sayt-0 Sayt-0 commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • grant the reusable PR review workflow the actions: write permission required by docker-agent-action v2.0.3
  • restore PR review runs that currently fail during workflow validation

Root cause

The caller grants actions: read, while the nested review job in docker-agent-action v2.0.3 requests actions: write for review-lock cache and feedback artifact cleanup. GitHub rejects the workflow before any job starts.

Validation

  • actionlint .github/workflows/pr-review.yml
  • ./scripts/workflow-lint.sh
  • git diff --check

@Sayt-0
Sayt-0 requested a review from a team as a code owner August 3, 2026 12:54
@Sayt-0
Sayt-0 enabled auto-merge August 3, 2026 12:57
@aheritier aheritier added area/ci CI/CD workflows and pipeline kind/fix PR fixes a bug (maps to fix:). Use on PRs only. labels Aug 3, 2026
@Sayt-0
Sayt-0 merged commit 609de9d into main Aug 3, 2026
11 of 12 checks passed
@Sayt-0
Sayt-0 deleted the fix/pr-review-actions-write branch August 3, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci CI/CD workflows and pipeline kind/fix PR fixes a bug (maps to fix:). Use on PRs only.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants