Skip to content

Commit

Permalink
Update similarIssues.yml to have a lower tolerance (microsoft#16530)
Browse files Browse the repository at this point in the history
The tolerance value for a similar repo was changed from 0.8 to 0.75.

This is because I changed the backend service for this to use pinecone
instead of Azure AI search (see here
craigloewen-msft/GitGudIssues@f72fa59
) and the metric changed as a result of that. They are slightly lower
than they were before, so this should offset that.
  • Loading branch information
craigloewen-msft authored Jan 8, 2024
1 parent 63c3573 commit b02316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/similarIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
issuetitle: ${{ github.event.issue.title }}
repo: ${{ github.repository }}
similaritytolerance: "0.8"
similaritytolerance: "0.75"
add-comment:
needs: getSimilarIssues
runs-on: ubuntu-latest
Expand Down

0 comments on commit b02316b

Please sign in to comment.