Fix Release Note workflow bug for PRs with lots of files.
Open
infra
P3
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
https://github.com/flutter/devtools/pull/5429
Had so many files that it appears to have gone over the `gh api` page limit. So the script thinks that the release notes were not modified.
Either add support for pagination, or find a better way to query the changed file list in order to enable changing many files.
Contributor guide
Assessment
This issue has not been assessed yet.