summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-08-13 11:54:37 -0500
committerGitHub <[email protected]>2025-08-13 11:54:37 -0500
commite132f6183d3ceb6c650119a1e5608f62e6c2cf69 (patch)
tree544a022dd683d9ea3a93985ac928212373d47c83 /.github
parente06ebb6780e1d00c15cff5dc0767e33601de4849 (diff)
downloadopencode-e132f6183d3ceb6c650119a1e5608f62e6c2cf69.tar.gz
opencode-e132f6183d3ceb6c650119a1e5608f62e6c2cf69.zip
fix: duplicates bot prompt (#1901)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/duplicate-issues.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml
index 1af84ef26..bccec20eb 100644
--- a/.github/workflows/duplicate-issues.yml
+++ b/.github/workflows/duplicate-issues.yml
@@ -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