Improve highlighting and add QoL changes

This commit is contained in:
2026-07-27 14:28:32 +02:00
parent 6bfe248388
commit 547cd123da
11 changed files with 989 additions and 109 deletions

View File

@@ -4,6 +4,9 @@ import "time"
type PullRequest struct {
ID string
Owner string
Repository string
RepoWithOwner string
Number int
Title string
URL string