mirror of
https://github.com/anthropics/claude-code.git
synced 2026-06-15 02:43:29 +00:00
Compare commits
5 Commits
bcherny-pa
...
bcherny-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5792e3c43f | ||
|
|
5bff800d8b | ||
|
|
60124df21f | ||
|
|
1aaffa4e6d | ||
|
|
f5b24d5480 |
@@ -30,4 +30,6 @@ Found 3 possible duplicate issues:
|
||||
|
||||
If your issue is a duplicate, please close it and 👍 the existing issue instead.
|
||||
|
||||
## 🤖 Generated with [Claude Code](https://claude.ai/code)
|
||||
🤖 Generated with [Claude Code](https://claude.ai/code)
|
||||
|
||||
---
|
||||
|
||||
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
|
||||
|
||||
- name: Run Claude Code slash command
|
||||
uses: anthropics/claude-code-base-action@beta
|
||||
uses: anthropics/claude-code-action@beta
|
||||
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 }}
|
||||
claude_env: |
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user