GitHub action workflows reports.yml and datamodel-doc.yml use the command hub pull-request for creating a PR.
This step has been failing because hub is no longer available by default as it was removed in October 2023 (see actions/runner-images#8362).
The hub pull-request command should be replaced by the gh pr create command using the GitHub CLI.
GitHub action workflows
reports.ymlanddatamodel-doc.ymluse the commandhub pull-requestfor creating a PR.This step has been failing because
hubis no longer available by default as it was removed in October 2023 (see actions/runner-images#8362).The
hub pull-requestcommand should be replaced by thegh pr createcommand using the GitHub CLI.