From c876390e2711c4aceb896ae04ce0a06424da99ae Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 16 Oct 2025 11:14:22 -0700 Subject: [PATCH] workflows: CC: enable other users --- .github/workflows/claude-dm.yml | 3 +++ .github/workflows/claude-issue-triage.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/claude-dm.yml b/.github/workflows/claude-dm.yml index 7b546338f..a80c5b4b2 100644 --- a/.github/workflows/claude-dm.yml +++ b/.github/workflows/claude-dm.yml @@ -39,6 +39,9 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + # Allow external users to trigger Claude assistance via @claude mentions + github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: '*' # This is an optional setting that allows Claude to read CI results on PRs additional_permissions: | diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index c63644586..3aa2a0106 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -30,6 +30,9 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + # Allow external users to trigger Claude assistance on issues + github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: '*' # track_progress: true # Enables tracking comments prompt: |