feat(pr_handler): Create PR title and description generation rules #1

Merged
tristonarmstrong merged 20 commits from dev into master 2025-01-12 19:06:43 +00:00
Showing only changes of commit 57ed1ca513 - Show all commits

View File

@ -16,6 +16,7 @@ fn main() {
None => None,
};
// 1+2 = 5
if prompt.is_none() {
return;
}