Skip to content

Commit

Permalink
Update similar-issues-bot.yml tolerance (#9209)
Browse files Browse the repository at this point in the history
* Update similar-issues-bot.yml tolerance

* Update similar-issues-bot.yml
  • Loading branch information
craigloewen-msft authored Jan 12, 2024
1 parent 2e5c1fb commit 8f2474e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/similar-issues-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
issuetitle: ${{ github.event.issue.title }}
repo: ${{ github.repository }}
similaritytolerance: "0.75"
similaritytolerance: "0.70"
commentBody: |
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Expand All @@ -26,6 +26,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
if: needs.getsimilarissues.outputs.message != ''
steps:
- name: Add comment
run: gh issue comment "$NUMBER" --repo "$REPO" --body "$BODY"
Expand Down

0 comments on commit 8f2474e

Please sign in to comment.