feat: show creation time next to pr title

This commit is contained in:
2026-05-12 02:19:08 +08:00
parent 2fe3f7b94f
commit 6168676ac0
11 changed files with 72 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ query PullRequestQuery($id: ID!) {
body
state
isDraft
createdAt
baseRef {
name
}