Skip to content

Commit

Permalink
Update similar-issues-bot.yml to include issue bodies (#9473)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft authored Mar 22, 2024
1 parent 1dce672 commit 4498062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/similar-issues-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.70"
commentBody: |
Expand Down

0 comments on commit 4498062

Please sign in to comment.