// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`formatReviewData > formats body-only review > content 1`] = ` "# Review Threads (0) for PR #64 - Review 3531000326 by pullfrog[bot] ## Review Body This PR looks great. The retry logic is well-implemented and the tests are comprehensive. --- " `; exports[`formatReviewData > formats body-only review > toc 1`] = `""`; exports[`formatReviewData > formats thread blocks with TOC and correct line numbers > content 1`] = ` "# Review Threads (1) for PR #49 - Review 3485940013 by cursor[bot] ## TOC - .github/workflows/test.yml:7 → lines 25-52 ## Review Body ### This is the final PR Bugbot will review for you during this billing cycle Your free Bugbot reviews will reset on November 30
Details Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team. To receive Bugbot reviews on all of your PRs, visit the [Cursor dashboard](https://www.cursor.com/dashboard?tab=bugbot) to activate Pro and start your 14-day free trial.
--- ## .github/workflows/test.yml:7 [RESOLVED] \`\`\`\`comment author=cursor id=2544544046 review=3485940013 thread=PRRT_kwDOPaxxp85iysVl * ### Bug: GitHub Actions workflow triggered for wrong branch The \`pull_request\` trigger specifies \`branches: [mainc]\`, but the \`push\` trigger specifies \`branches: [main]\`. This mismatch means pull requests will only trigger tests if targeting a non-existent \`mainc\` branch rather than the actual \`main\` development branch, preventing CI from running on most pull requests. Fix in Cursor Fix in Web \`\`\`\` \`\`\`diff file=.github/workflows/test.yml lines=7 side=RIGHT @@ -0,0 +1,36 @@ ... (3 lines above) ... + push: + branches: [main] + pull_request: + branches: [main] \`\`\` " `; exports[`formatReviewData > formats thread blocks with TOC and correct line numbers > toc 1`] = `"- .github/workflows/test.yml:7 → lines 25-52"`;