-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Currently, the pull request page https://hq2.camunda.com/pull-requests.html doesn't return all of the pull requests.
For example, this one is missing: https://github.com/camunda/camunda-bpm-spring-boot-starter/pull/296
As far as I know, nothing changed in the fetching:
- https://github.com/camunda-ci/camunda-docker-nginx/blob/master/html/pull-requests.html - I am not sure if this is the correct source though
- https://github.com/camunda/camunda-pull-request-ignore/blob/master/ignore.json
The reason could be that the issue search API returns only 100 results per page. We may have exceeded this due to dependabot PRs in our own and the ignored repos.