mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
More data!
This commit is contained in:
parent
f203197315
commit
9fead1ee7a
1 changed files with 6 additions and 1 deletions
|
|
@ -49,7 +49,12 @@ export default async function handler(req, res) {
|
|||
pullRequests(first: 50, states: OPEN) {
|
||||
nodes {
|
||||
title,
|
||||
number
|
||||
url,
|
||||
number,
|
||||
repository {
|
||||
id,
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue