Skip to content

Commit

Permalink
fetch 100 labels for pull requests instead of 10 (#1220)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kuhnt <michael.kuhnt@mercedes-benz.com>
  • Loading branch information
Mathias Zeller and maigl committed Sep 8, 2022
1 parent 06a49bf commit ecbbed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141576,7 +141576,7 @@ const findCommitsWithAssociatedPullRequestsQuery = /* GraphQL */ `
}
mergedAt
isCrossRepository
labels(first: 10) {
labels(first: 100) {
nodes {
name
}
Expand Down
2 changes: 1 addition & 1 deletion lib/commits.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const findCommitsWithAssociatedPullRequestsQuery = /* GraphQL */ `
}
mergedAt
isCrossRepository
labels(first: 10) {
labels(first: 100) {
nodes {
name
}
Expand Down

0 comments on commit ecbbed9

Please sign in to comment.