github-metadata
github-metadata copied to clipboard
Update octokit requirement from ~> 4.0, != 4.4.0 to >= 4, != 4.4.0, < 6
Updates the requirements on octokit to permit the latest version.
Release notes
Sourced from octokit's releases.
v5.1.0
Features
- Add support for the "Search topics" (
GET /search/topics) API with.search_topics(@juanluis-garrote)- Add support for the "Disable a workflow" (
PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable) GitHub Actions API with.workflow_disable(@Fryguy)- Add support for the "Enable a workflow" (
PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable) GitHub Actions API with.workflow_enable(@Fryguy)- Add support for the "Get workflow run usage" (
GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing) GitHub Actions API with.workflow_run_usage(@mathroule)- Add support for the "Get a job for a workflow run" (
GET /repos/{owner}/{repo}/actions/jobs/{job_id}) GitHub Actions API with.workflow_run_job(@mathroule)- Add support for the "Download job logs for a workflow run" (
GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs) GitHub Actions API with.workflow_run_job_logs(@mathroule)- Add support for the "List jobs for a workflow run attempt" (
GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs) GitHub Actions API with.workflow_run_attempt_jobs(@mathroule)- Add support for the "List jobs for a workflow run" (
GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs) GitHub Actions API with.workflow_run_jobs(@mathroule)Gem development
- Update
rubocopto1.31.2and autocorrect Rubocop offences (@timrogers)- Enable new Rubocop cops by default (
@timrogers)- Update
rb-fseventto0.11.1(@timrogers)- Update
vcrto6.1(@timrogers)
Commits
9f96e5aRelease 5.1.01b4d33aMerge branch 'juanluis-garrote-feature_search_topics'ddaec4dAdd recorded VCR fixture for .search_topics test411be71Revert changes to .search_repositories testa91e1aeAutocorrect Rubocop offences57b6b21Merge branch 'main' into feature_search_topicsc60bce9Merge branch 'Fryguy-add_workflow_enable_disable'4566c30Autocorrect Rubocop offences27b3b3dMerge pull request #1449 from mathroule/add-workflow-run-usagea95a456Add unit test for workflow run usage- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)