commit ec6c840d78a3cb772bf2ae6dd015d907cab0dfb7
parent cf13dc241e5fc1b18f9eca7a47b2fb0d2178cbb3
Author: Craig Loewen <crloewen@microsoft.com>
Date: Thu, 21 Mar 2024 12:23:18 -0400
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)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/similarissues.yml b/.github/workflows/similarissues.yml
@@ -15,7 +15,8 @@ jobs:
- id: getBody
uses: craigloewen-msft/GitGudSimilarIssues@main
with:
- issuetitle: ${{ github.event.issue.title }}
+ issueTitle: ${{ github.event.issue.title }}
+ issueBody: ${{ github.event.issue.body }}
repo: ${{ github.repository }}
similaritytolerance: '0.75'
add-comment: