@samitouri / QOSAMI-WSL / commits / 7862c986

Update similarissues.yml

Craig Loewen committed Jan 8, 2024 at 14:23 UTC 7862c986778619015af9755e7b7e5052082d8913
1 file changed +1
.github/workflows/similarissues.yml
+1
@@ -22,6 +22,7 @@ jobs:
22 runs-on: ubuntu-latest
23 permissions:
24 issues: write
25 + if: needs.getSimilarIssues.outputs.message != ''
26 steps:
27 - name: Add comment
28 run: gh issue comment "$NUMBER" --repo "$REPO" --body "$BODY"