Skip to content

Commit

Permalink
fix: max_node_limit_exceeded error when fetching associatedPRs (#912)
Browse files Browse the repository at this point in the history
refactor: modify label `first` value in `baseFields` for graphql query generators
  • Loading branch information
babblebey committed Sep 3, 2024
1 parent e097d1c commit bb806af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const baseFields = `
}
authorAssociation
activeLockReason
labels(first: 100) {
labels(first: 40) {
nodes {
id
url
Expand Down

0 comments on commit bb806af

Please sign in to comment.