mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix: duplicates bot prompt (#1901)
This commit is contained in:
parent
e06ebb6780
commit
e132f6183d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/duplicate-issues.yml
vendored
5
.github/workflows/duplicate-issues.yml
vendored
|
|
@ -27,10 +27,13 @@ jobs:
|
|||
run: |
|
||||
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
|
||||
|
||||
Issue number:
|
||||
${{ github.event.issue.number }}
|
||||
Issue body:
|
||||
${{ github.event.issue.body }}
|
||||
|
||||
Please search through existing issues in this repository to find any potential duplicates of this new issue. Consider:
|
||||
Please search through existing issues (excluding #${{ github.event.issue.number }}) in this repository to find any potential duplicates of this new issue.
|
||||
Consider:
|
||||
1. Similar titles or descriptions
|
||||
2. Same error messages or symptoms
|
||||
3. Related functionality or components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue