From 19a829ba6816b572acb5f52bd2ecbaf56d8bbd71 Mon Sep 17 00:00:00 2001 From: JB Date: Wed, 14 Jan 2026 18:10:06 -0500 Subject: [PATCH] chore: allow non-write users to trigger claude-code-action workflows Co-Authored-By: Claude --- .github/workflows/claude-dedupe-issues.yml | 1 + .github/workflows/claude-issue-triage.yml | 1 + .github/workflows/oncall-triage.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/claude-dedupe-issues.yml b/.github/workflows/claude-dedupe-issues.yml index ba3f7051..13385e96 100644 --- a/.github/workflows/claude-dedupe-issues.yml +++ b/.github/workflows/claude-dedupe-issues.yml @@ -29,6 +29,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: "*" prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: "--model claude-sonnet-4-5-20250929" diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index 9f4b8d4a..02695ad8 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -48,6 +48,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: "*" prompt: | You're an issue triage assistant for GitHub issues. Your task is to analyze the issue and select appropriate labels from the provided list. diff --git a/.github/workflows/oncall-triage.yml b/.github/workflows/oncall-triage.yml index 9c7083e5..d70d415e 100644 --- a/.github/workflows/oncall-triage.yml +++ b/.github/workflows/oncall-triage.yml @@ -53,6 +53,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: "*" prompt: | You're an oncall triage assistant for GitHub issues. Your task is to identify critical issues that require immediate oncall attention.