Skip to content

Commit 0a83946

Browse files
Update similarIssues.yml to include issue bodies (microsoft#16915)
Improved the GitGudSimilarIssues bot to include issue body info now.
1 parent b3348d3 commit 0a83946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/similarIssues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- id: getBody
1414
uses: craigloewen-msft/GitGudSimilarIssues@main
1515
with:
16-
issuetitle: ${{ github.event.issue.title }}
16+
issueTitle: ${{ github.event.issue.title }}
17+
issueBody: ${{ github.event.issue.body }}
1718
repo: ${{ github.repository }}
1819
similaritytolerance: "0.75"
1920
add-comment:

0 commit comments

Comments
 (0)