We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5c1fb commit 8f2474eCopy full SHA for 8f2474e
.github/workflows/similar-issues-bot.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
issuetitle: ${{ github.event.issue.title }}
18
repo: ${{ github.repository }}
19
- similaritytolerance: "0.75"
+ similaritytolerance: "0.70"
20
commentBody: |
21
Hi I'm an AI powered bot that finds similar issues based off the issue title.
22
@@ -26,6 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
permissions:
28
issues: write
29
+ if: needs.getsimilarissues.outputs.message != ''
30
steps:
31
- name: Add comment
32
run: gh issue comment "$NUMBER" --repo "$REPO" --body "$BODY"
0 commit comments