Skip to content

chore(deps): bump github.com/grokify/gogithub from 0.15.0 to 0.17.0 - #23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/gogithub-0.17.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/gogithub-0.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/grokify/gogithub from 0.15.0 to 0.17.0.

Release notes

Sourced from github.com/grokify/gogithub's releases.

v0.17.0

Release Notes: v0.17.0

Full Changelog: grokify/gogithub@v0.16.1...v0.17.0

v0.16.1

Release Notes: v0.16.1

Full Changelog: grokify/gogithub@v0.16.0...v0.16.1

v0.16.0

Release Notes: v0.16.0`

Full Changelog: grokify/gogithub@v0.15.0...v0.16.0

Changelog

Sourced from github.com/grokify/gogithub's changelog.

[v0.17.0] - 2026-08-02

Highlights

  • clientv1 gains branch protection, repo languages, GitHub Actions, and rate-limit APIs: GetBranchProtection, ListLanguages, ListWorkflows, ListWorkflowRuns, GetRateLimit, ListUserReposWithOptions, EditIssueComment, and ListIssueComments close the gaps hit migrating a CI/CD pipeline collector and a dependency-graph/release-automation tool off raw *github.Client usage

Added

  • [clientv1] GetBranchProtection(ctx, owner, repo, branch) returns branch protection settings, or (nil, nil) if unprotected (d75a9fd)
  • [clientv1] ListLanguages(ctx, owner, repo) returns languages used in a repository mapped to bytes of code (d75a9fd)
  • [clientv1] ListWorkflows and ListWorkflowRuns wrap the GitHub Actions API; ListWorkflowRuns deliberately does not auto-paginate, since a long-lived workflow can accumulate thousands of runs (d75a9fd)
  • [clientv1] ListUserReposWithOptions(ctx, user, opts) filters a user's repositories by relationship (owner, member, or all); ListUserRepos is now defined in terms of it (596d0db)
  • [clientv1] GetRateLimit(ctx) returns the core (non-search) API rate limit status (596d0db)
  • [clientv1] EditIssueComment and ListIssueComments round out issue/PR comment management (596d0db)
  • [errors] IsRateLimitError(err) detects a go-github *RateLimitError/*AbuseRateLimitError on a raw error returned directly from a clientv1 call, without requiring Translate first (596d0db)
  • [types] Repository.Topics and Repository.Visibility; BranchProtection, RequiredStatusChecks, PullRequestReviewsEnforcement, Workflow, WorkflowRun, RateLimit, EventRepo stable types (d75a9fd)

[v0.16.1] - 2026-08-02

Highlights

  • gogithub.PullRequest gained an Assignees field, closing another gap where consumers needing PR assignees had to fall back to raw go-github types

Fixed

  • [types] PullRequest.Assignees ([]*gogithub.User) mirrors go-github's PullRequest.Assignees, previously dropped by the stable type (86f555f)

Documentation

  • [clientv1] Documented PullRequest.Assignees in the version-isolated client guide (fad047b)

[v0.16.0] - 2026-08-02

Highlights

  • clientv1 gains Activity API coverage: ListUserEvents wraps go-github's user-events timeline behind a stable gogithub.Event/EventRepo type, closing the last gap that forced activity-heatmap consumers to import go-github directly

Added

  • [clientv1] ListUserEvents(ctx, username, opts) lists a user's activity events (their public timeline), paginating through go-github's Activity.ListEventsPerformedByUser (6e00cd6)
  • [types] Stable Event and EventRepo types for version-isolated activity data (6e00cd6)

Documentation

  • [clientv1] Documented ListUserEvents and the Event/EventRepo types in the version-isolated client guide (73b3c59)
Commits
  • 0c241e3 docs: add v0.17.0 release notes and regenerate CHANGELOG.md
  • 2f6914e docs(clientv1): document ListUserReposWithOptions, rate limits, and comment e...
  • 596d0db feat(clientv1): add ListUserReposWithOptions, rate limits, and issue-comment ...
  • d765b2f docs(clientv1): document branch protection, languages, and Actions API
  • d75a9fd feat(clientv1): add branch protection, repo languages, and Actions API
  • 2a388c3 docs: add v0.16.1 release notes and regenerate CHANGELOG.md
  • fad047b docs(clientv1): document PullRequest.Assignees
  • 86f555f fix(types): add PullRequest.Assignees field
  • 5e9e36d docs: add v0.16.0 release notes and regenerate CHANGELOG.md
  • 73b3c59 docs(clientv1): document ListUserEvents and Event/EventRepo types
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grokify/gogithub](https://github.com/grokify/gogithub) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/grokify/gogithub/releases)
- [Changelog](https://github.com/grokify/gogithub/blob/main/CHANGELOG.md)
- [Commits](grokify/gogithub@v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/gogithub
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants