Update similarissues.yml
Craig Loewen committed
Jan 5, 2024 at 14:38 UTC
6e8d348106174f9a8305b5d16dd15a6757d5a9a3
1 file changed
+2
-2
.github/workflows/similarissues.yml
+2
-2
@@ -16,7 +16,7 @@ jobs:
16
with:
17
issuetitle: ${{ github.event.issue.title }}
18
repo: ${{ github.repository }}
19
- similaritytolerance: "0.75"
19
+ similaritytolerance: "0.7"
20
add-comment:
21
needs: getsimilarissues
22
runs-on: ubuntu-latest
@@ -29,4 +29,4 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
NUMBER: ${{ github.event.issue.number }}
31
REPO: ${{ github.repository }}
32
- BODY: ${{ needs.getsimilarissues.outputs.message }}
\ No newline at end of file
32
+ BODY: ${{ needs.getsimilarissues.outputs.message }}