Closed teodorus-nathaniel closed 23 hours ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
autoinvoice | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 2:34pm |
The changes in this pull request introduce a new function, submissionHeaderComment
, to enhance the retrieval of previous comments related to bug reports. The deleteFixPrReportAndResolveCheckRun
function has been updated to use this new function instead of the deprecated bugReportRegex
. Additionally, the check-run.ts
file has undergone modifications to streamline check run event handling, particularly concerning bug report warnings and previous comment management. These updates aim to improve the clarity and efficiency of the codebase.
File | Change Summary |
---|---|
src/lib/server/trigger-dev/fix-pr.ts | Added submissionHeaderComment(title: string, pullRequestNumber: string) function; modified deleteFixPrReportAndResolveCheckRun to use this new function for comment retrieval. |
src/lib/server/trigger-dev/jobs/check-run.ts | Removed bugReportRegex from imports; updated createJob , runSubmissionJob , and runBugReportJob functions for improved clarity and efficiency in handling check runs and comments. |
Objective | Addressed | Explanation |
---|---|---|
Tracker message is not removed if the check is cancelled (#327) | ❌ | The changes do not address the cancellation handling for tracker messages. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@pr-time-tracker bug commit a2cd399 && bug author @teodorus-nathaniel
@georgeciubotaru please review this PR, just a reminder in case you missed it
Resolves #327
Summary by CodeRabbit
New Features
Bug Fixes
Refactor