feat: subtext under pr title

This commit is contained in:
2026-05-12 01:34:33 +08:00
parent bfcfac61e8
commit 2fe3f7b94f
12 changed files with 290 additions and 105 deletions

View File

@@ -6,6 +6,17 @@ query PullRequestQuery($id: ID!) {
body
state
isDraft
baseRef {
name
}
headRef {
name
}
author {
__typename
login
avatarUrl(size: 32)
}
}
}
}