Creating a pull request directly means that it's less convenient to make changes as the issue/PR mechanism that we have in place would create merge conflicts with the pull request. A better workflow could perhaps be:
Report all specs to monitor in an issue with checkboxes.
Review specs to monitor, check those that look correct as is
Handle manual updates in separate issues/PRs
Tell bot to create a PR that bumps the review date for all checked specs
Via https://github.com/w3c/browser-specs/pull/1477#issuecomment-2324288597
Creating a pull request directly means that it's less convenient to make changes as the issue/PR mechanism that we have in place would create merge conflicts with the pull request. A better workflow could perhaps be: