Kaynağa Gözat

fix: allow non-write users in Claude workflows

ding113 3 ay önce
ebeveyn
işleme
a99cfdc6aa

+ 1 - 0
.github/workflows/claude-issue-auto-response.yml

@@ -25,6 +25,7 @@ jobs:
         with:
           anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
           github_token: ${{ secrets.GH_PAT }}
+          allowed_non_write_users: "*"
 
           prompt: |
             You are a helpful assistant for the repository ${{ github.repository }}.

+ 1 - 0
.github/workflows/claude-issue-duplicate-check.yml

@@ -25,6 +25,7 @@ jobs:
         with:
           anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
           github_token: ${{ secrets.GH_PAT }}
+          allowed_non_write_users: "*"
 
           prompt: |
             You are a duplicate issue detector for the repository ${{ github.repository }}.

+ 1 - 0
.github/workflows/claude-issue-triage.yml

@@ -25,6 +25,7 @@ jobs:
         with:
           anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
           github_token: ${{ secrets.GH_PAT }}
+          allowed_non_write_users: "*"
 
           prompt: |
             You are an issue triage assistant for the repository ${{ github.repository }}.

+ 1 - 0
.github/workflows/claude-mention-responder.yml

@@ -32,6 +32,7 @@ jobs:
         with:
           anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
           github_token: ${{ secrets.GH_PAT }}
+          allowed_non_write_users: "*"
           trigger_phrase: "@claude"
 
           prompt: |