mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-20 02:42:40 +00:00
Compare commits
2 Commits
ashwin/loc
...
bcherny-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5792e3c43f | ||
|
|
5bff800d8b |
4
.github/workflows/claude-dedupe-issues.yml
vendored
4
.github/workflows/claude-dedupe-issues.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Claude Code slash command
|
- name: Run Claude Code slash command
|
||||||
uses: anthropics/claude-code-base-action@beta
|
uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number }}"
|
override_prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number }}"
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
claude_env: |
|
claude_env: |
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user