Support pagination while querying for issues in flaky reporter (#12832)

* Increase target

* Support pagination while querying for issues

This way we collect all the issues that were created after Jan 1 2024
This commit is contained in:
R Midhun Suresh
2024-07-26 19:53:17 +05:30
committed by GitHub
parent 95db2d943c
commit 76d2ab4471
2 changed files with 59 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es2018",
"jsx": "react",
"lib": ["ESNext", "es2021", "dom", "dom.iterable"],
"resolveJsonModule": true,