Skip to content

Commit ec6c840

Browse files
Update similarissues.yml to include body information as well (#4295)
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> Issue bot now includes info about the issue body, improving its accuracy. - [ X] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] This pull request is related to an issue. ----- ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4295)
1 parent cf13dc2 commit ec6c840

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
@@ -15,7 +15,8 @@ jobs:
1515
- id: getBody
1616
uses: craigloewen-msft/GitGudSimilarIssues@main
1717
with:
18-
issuetitle: ${{ github.event.issue.title }}
18+
issueTitle: ${{ github.event.issue.title }}
19+
issueBody: ${{ github.event.issue.body }}
1920
repo: ${{ github.repository }}
2021
similaritytolerance: '0.75'
2122
add-comment:

0 commit comments

Comments
 (0)