Skip to content

Commit

Permalink
Increase limit number of cards
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 13, 2023
1 parent a6fccf2 commit f931a09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
}
}
}
items(first:50) {
items(first:100) {
nodes {
id
content {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-design-a11y-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}
}
}
items(first:50) {
items(first:100) {
nodes {
id
content {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-ready-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
}
}
}
items(first:50) {
items(first:100) {
nodes {
id
content {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-review-in-progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
}
}
}
items(first:50) {
items(first:100) {
nodes {
id
content {
Expand Down

0 comments on commit f931a09

Please sign in to comment.