@@ -84,6 +84,7 @@ jobs:
ANTHROPIC_BASE_URL: ${{ secrets.ANTHROPIC_BASE_URL }}
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ github_token: ${{ secrets.GH_PAT }}
prompt: |
You are a CI failure auto-fixer for the repository ${{ github.repository }}.
@@ -36,6 +36,7 @@ jobs:
# Allow external contributors (fork PRs) to trigger this workflow
allowed_non_write_users: "*"
@@ -24,6 +24,7 @@ jobs:
You are a helpful assistant for the repository ${{ github.repository }}.
You are a duplicate issue detector for the repository ${{ github.repository }}.
You are an oncall triage assistant for the repository ${{ github.repository }}.
You are a stale issue cleanup assistant for the repository ${{ github.repository }}.
You are an issue triage assistant for the repository ${{ github.repository }}.
@@ -32,6 +32,7 @@ jobs:
trigger_phrase: "@claude"
@@ -28,6 +28,7 @@ jobs:
You are a changelog generator for the repository ${{ github.repository }}.
@@ -30,6 +30,7 @@ jobs:
@@ -23,6 +23,7 @@ jobs:
You are a release notes generator for the repository ${{ github.repository }}.
@@ -35,6 +35,7 @@ jobs:
You are a PR author assistant for the repository ${{ github.repository }}.
@@ -41,6 +41,7 @@ jobs: