Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to fetch pr runs in reverse order #382

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Conversation

sindrig
Copy link
Contributor

@sindrig sindrig commented Nov 8, 2023

We have over 100 PR runs. Increasing fetchMaxPrChecks to anything above 100 results in this error:

- Requesting 200 records on the `contexts` connection exceeds
the `first` limit of 100 records.

This adds the ability to specify fetching pr runs using last instead of first as the only pr runs we're interested in is the absolute last one.

We have over 100 PR runs. Increasing `fetchMaxPrChecks` to anything
above 100 results in this error:

```
- Requesting 200 records on the `contexts` connection exceeds
the `first` limit of 100 records.
```

This adds the ability to specify fetching pr runs using `last` instead
of `first` as the only pr runs we're interested in is the absolute
last one.
Copy link
Owner

@lcdsmao lcdsmao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lcdsmao lcdsmao merged commit 8d9bbe8 into lcdsmao:main Nov 12, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants