Skip to content

Commit

Permalink
Make Similarity Check stricter (#138375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Feb 9, 2024
1 parent 98d3fa3 commit f334bb5
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 @@ -17,7 +17,7 @@ jobs:
with:
issuetitle: ${{ github.event.issue.title }}
repo: ${{ github.repository }}
similaritytolerance: "0.7"
similaritytolerance: "0.81"
add-comment:
needs: getSimilarIssues
runs-on: ubuntu-latest
Expand Down

0 comments on commit f334bb5

Please sign in to comment.