Skip to content

Commit bb806af

Browse files
authoredSep 3, 2024··
fix: max_node_limit_exceeded error when fetching associatedPRs (#912)
refactor: modify label `first` value in `baseFields` for graphql query generators
1 parent e097d1c commit bb806af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/success.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const baseFields = `
373373
}
374374
authorAssociation
375375
activeLockReason
376-
labels(first: 100) {
376+
labels(first: 40) {
377377
nodes {
378378
id
379379
url

0 commit comments

Comments
 (0)
Please sign in to comment.