We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf13dc2 commit ec6c840Copy full SHA for ec6c840
.github/workflows/similarissues.yml
@@ -15,7 +15,8 @@ jobs:
15
- id: getBody
16
uses: craigloewen-msft/GitGudSimilarIssues@main
17
with:
18
- issuetitle: ${{ github.event.issue.title }}
+ issueTitle: ${{ github.event.issue.title }}
19
+ issueBody: ${{ github.event.issue.body }}
20
repo: ${{ github.repository }}
21
similaritytolerance: '0.75'
22
add-comment:
0 commit comments