Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions are using unavailable hub commands #13300

Closed
vkucera opened this issue Jul 16, 2024 · 1 comment
Closed

GitHub actions are using unavailable hub commands #13300

vkucera opened this issue Jul 16, 2024 · 1 comment

Comments

@vkucera
Copy link
Collaborator

vkucera commented Jul 16, 2024

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.

@vkucera vkucera changed the title GitHub actions are using hub commands GitHub actions are using unavailable hub commands Jul 16, 2024
@ktf
Copy link
Member

ktf commented Jul 16, 2024

@singiamtel can you have a look?

ktf pushed a commit that referenced this issue Jul 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GH actions no longer provide `hub` in the path by default so we're
switching to `gh`.

Follow-up to #13300
@ktf ktf closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants