Skip to content

Commit 8f2474e

Browse files
Update similar-issues-bot.yml tolerance (#9209)
* Update similar-issues-bot.yml tolerance * Update similar-issues-bot.yml
1 parent 2e5c1fb commit 8f2474e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/similar-issues-bot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
issuetitle: ${{ github.event.issue.title }}
1818
repo: ${{ github.repository }}
19-
similaritytolerance: "0.75"
19+
similaritytolerance: "0.70"
2020
commentBody: |
2121
Hi I'm an AI powered bot that finds similar issues based off the issue title.
2222
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
permissions:
2828
issues: write
29+
if: needs.getsimilarissues.outputs.message != ''
2930
steps:
3031
- name: Add comment
3132
run: gh issue comment "$NUMBER" --repo "$REPO" --body "$BODY"

0 commit comments

Comments
 (0)