Skip to content

chore: Remove the deny-warnings feature #120

chore: Remove the deny-warnings feature

chore: Remove the deny-warnings feature #120

Workflow file for this run

name: Claude Code Review
on:
# Use pull_request_target to allow secrets access for fork PRs.
# The reusable workflow only runs for trusted contributors (OWNER/MEMBER/COLLABORATOR).
pull_request_target: # zizmor: ignore[dangerous-triggers] See rationale above.
branches: ["main"]
types: [opened, synchronize, ready_for_review, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
claude-review:

Check failure on line 17 in .github/workflows/claude.yml

View workflow run for this annotation

GitHub Actions / Claude Code Review

Invalid workflow file

The workflow is not valid. .github/workflows/claude.yml (Line: 17, Col: 3): Error calling workflow 'mozilla/actions/.github/workflows/claude-review.yml@27cbe8fb5d338c2861b787e5de10410559065db1'. The nested job 'claude-review' is requesting 'discussions: read', but is only allowed 'discussions: none'.
uses: mozilla/actions/.github/workflows/claude-review.yml@27cbe8fb5d338c2861b787e5de10410559065db1 # v1.1.3
permissions:
contents: read
pull-requests: write # Required to post review comments.
issues: read # Required to read issue context via MCP tools.
actions: read # Required to read workflow run context via MCP tools.
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}