<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>19527</buildableDurationMillis><buildableTimeMillis>19527</buildableTimeMillis><buildingDurationMillis>62670</buildingDurationMillis><executingTimeMillis>62670</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7551</waitingDurationMillis><waitingTimeMillis>7551</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1434</buildNumber><marked><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><branch><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><name>origin/main</name></branch></marked><revision><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><branch><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><branch><SHA1>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1434</displayName><duration>62670</duration><estimatedDuration>86474</estimatedDuration><fullDisplayName>seed #1434</fullDisplayName><id>1434</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1434</number><queueId>3313957</queueId><result>SUCCESS</result><timestamp>1772124559923</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1434/</url><builtOn>default-mvf3t</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tools/error-log-review/github.go</affectedPath><affectedPath>tools/error-log-review/go.sum</affectedPath><affectedPath>tools/error-log-review/go.mod</affectedPath><commitId>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</commitId><timestamp>1772124528000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>fix(deps): update module github.com/google/go-github/v82 to v83 (#4167)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/google/go-github/v82](https://redirect.github.com/google/go-github)
| `v82.0.0` → `v83.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv82/v83.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv82/v82.0.0/v83.0.0?slim=true)
|

---

&gt; [!WARNING]
&gt; Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/1780) for more information.

---

### Release Notes

&lt;details&gt;
&lt;summary&gt;google/go-github (github.com/google/go-github/v82)&lt;/summary&gt;

###
[`v83.0.0`](https://redirect.github.com/google/go-github/releases/tag/v83.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v82.0.0...v83.0.0)

I don't recall ever having this many breaking API changes in a single
release, and the last release was only 3 weeks ago!

A special heart-felt thanks goes to
[@&amp;#8203;merchantmoh-debug](https://redirect.github.com/merchantmoh-debug),
[@&amp;#8203;Not-Dhananjay-Mishra](https://redirect.github.com/Not-Dhananjay-Mishra),
and [@&amp;#8203;alexandear](https://redirect.github.com/alexandear) for the
addition of a long-requested feature to this repo:

- native auto-generated iterators for all `List*` methods that support
pagination (change your call from `List*` to `List*Iter` and make sure
to use a rate-limiting transport or you will quickly exhaust your
quotas!)

A second set of heart-felt thanks go to
[@&amp;#8203;stevehipwell](https://redirect.github.com/stevehipwell) for
setting up our REVIEWERS file and to our amazing volunteer reviewers:

- [@&amp;#8203;stevehipwell](https://redirect.github.com/stevehipwell)
- [@&amp;#8203;alexandear](https://redirect.github.com/alexandear)
- [@&amp;#8203;zyfy29](https://redirect.github.com/zyfy29)
-
[@&amp;#8203;Not-Dhananjay-Mishra](https://redirect.github.com/Not-Dhananjay-Mishra)

who have reduced our code-review wait times from days (*sometimes
weeks*) down to literally ***hours*** and thereby enable rapid responses
to bug fixes and attempts to stay up-to-date with the ever-evolving
GitHub v3 API.

This release contains the following breaking API changes:

- fix!: Divide `PackageGetAllVersions` into two separate methods
`ListPackageVersions` and `ListUserPackageVersions`
([#&amp;#8203;4014](https://redirect.github.com/google/go-github/issues/4014))
BREAKING CHANGE: `PackageGetAllVersions` is now divided into
`ListPackageVersions` and `ListUserPackageVersions`.
- fix!: Remove unsupported pagination from `ListAutolinks`
([#&amp;#8203;4012](https://redirect.github.com/google/go-github/issues/4012))
BREAKING CHANGE: `opts *ListOptions` is removed from
`RepositoriesService.ListAutoLinks`.
- fix!: Remove `ListOptions` from `PullRequestsService.ListReviewers`
([#&amp;#8203;4009](https://redirect.github.com/google/go-github/issues/4009))
BREAKING CHANGE: `PullRequestsService.ListReviewers` no longer has `opts
*ListOptions`.
- fix!: Change `PremiumRequestUsageItem` quantities to `float64`
([#&amp;#8203;4002](https://redirect.github.com/google/go-github/issues/4002))
BREAKING CHANGE: `PremiumRequestUsageItem` numeric fields are now
`float64`.
- fix!: Add `ListOptions` to `ListDeploymentBranchPolicies` and
`ListCustomDeploymentRuleIntegrations`
([#&amp;#8203;3988](https://redirect.github.com/google/go-github/issues/3988))
BREAKING CHANGE: `RepositoriesService.ListDeploymentBranchPolicies` and
`RepositoriesService.ListCustomDeploymentRuleIntegrations` now accept
`ListOptions`.
- fix!: Pass `url` struct tags by value instead of by reference
([#&amp;#8203;3991](https://redirect.github.com/google/go-github/issues/3991))
BREAKING CHANGE: Many `*Options` structs now pass `omitempty` URL struct
fields by value instead of by reference.
- fix!: Fix pagination support for `IssuesService` list methods
([#&amp;#8203;3984](https://redirect.github.com/google/go-github/issues/3984))
BREAKING CHANGE: `ListCursorOptions` is removed from `IssueListOptions`.
- fix!: Add field `PerPage` to `OrganizationsListOptions`
([#&amp;#8203;3986](https://redirect.github.com/google/go-github/issues/3986))
BREAKING CHANGE: `OrganizationsListOptions` now contains only `PerPage`
instead of `ListOptions`.
- fix!: Add `ListLicensesOptions` to `LicensesService.List`
([#&amp;#8203;3981](https://redirect.github.com/google/go-github/issues/3981))
BREAKING CHANGE: `LicensesService.List` now accepts
`ListLicensesOptions` for pagination.
- fix!: Change `SCIMEnterpriseAttributeOperation.Value` from `*string`
to `any`
([#&amp;#8203;3971](https://redirect.github.com/google/go-github/issues/3971))
BREAKING CHANGE: `SCIMEnterpriseAttributeOperation.Value` is changed
from `*string` to `any`.
- feat!: Add `ListOptions` to `RepositoriesService.ListAllTopics`
([#&amp;#8203;3978](https://redirect.github.com/google/go-github/issues/3978))
BREAKING CHANGE: `RepositoriesService.ListAllTopics` now accepts
`ListOptions` for pagination.
- fix!: Replace `UserListOptions.ListOptions` with
`UserListOptions.PerPage`
([#&amp;#8203;3977](https://redirect.github.com/google/go-github/issues/3977))
BREAKING CHANGE: Replaces `UserListOptions.ListOptions` with
`UserListOptions.PerPage` which also removes `UsersService.ListAllIter`.
- fix!: `CreateHostedRunnerRequest`, `UpdateHostedRunnerRequest` instead
of `HostedRunnerRequest`
([#&amp;#8203;3973](https://redirect.github.com/google/go-github/issues/3973))
BREAKING CHANGE: `ActionsService.CreateHostedRunner` and
`EnterpriseService.CreateHostedRunner` now accept
`CreateHostedRunnerRequest`; `ActionsService.UpdateHostedRunner` and
`EnterpriseService.UpdateHostedRunner` now accept
`UpdateHostedRunnerRequest`.
- refactor!: Use `RepositoryPermissions` struct for `User.Permissions`
([#&amp;#8203;3963](https://redirect.github.com/google/go-github/issues/3963))
BREAKING CHANGE: `User.Permissions` is now `*RepositoryPermissions`
instead of `map[string]bool`.

...and the following additional changes:

- Bump version of go-github to v83.0.0
([#&amp;#8203;4015](https://redirect.github.com/google/go-github/issues/4015))
- feat: Support pagination for methods that return structs
([#&amp;#8203;4011](https://redirect.github.com/google/go-github/issues/4011))
- chore: Bump golangci-lint to v2.9.0
([#&amp;#8203;4013](https://redirect.github.com/google/go-github/issues/4013))
- docs: Update usage instructions
([#&amp;#8203;4008](https://redirect.github.com/google/go-github/issues/4008))
- feat: Add iterators for methods with `After`
([#&amp;#8203;4007](https://redirect.github.com/google/go-github/issues/4007))
- chore: Improve `addOptions` implementation
([#&amp;#8203;3998](https://redirect.github.com/google/go-github/issues/3998))
- chore: Do not print any output when `check-structfield-settings` is OK
([#&amp;#8203;4001](https://redirect.github.com/google/go-github/issues/4001))
- build(deps): Bump golang.org/x/net from 0.49.0 to 0.50.0 in /scrape
([#&amp;#8203;4003](https://redirect.github.com/google/go-github/issues/4003))
- chore: Remove unnecessary `fmt.Print` in tests
([#&amp;#8203;3999](https://redirect.github.com/google/go-github/issues/3999))
- build(deps): Bump github.com/alecthomas/kong from 1.13.0 to 1.14.0 in
/tools
([#&amp;#8203;4004](https://redirect.github.com/google/go-github/issues/4004))
- build(deps): Bump golang.org/x/crypto from 0.47.0 to 0.48.0 in
/example
([#&amp;#8203;4006](https://redirect.github.com/google/go-github/issues/4006))
- fix: Change cursor pagination to use `After`
([#&amp;#8203;3994](https://redirect.github.com/google/go-github/issues/3994))
- fix: Add support for GitHub Enterprise cloud upload URLs
([#&amp;#8203;3993](https://redirect.github.com/google/go-github/issues/3993))
- chore: Turn off commit with `gpgsign` in script/generate.sh
([#&amp;#8203;3982](https://redirect.github.com/google/go-github/issues/3982))
- feat: Support `[]string` return type in `gen-iterators.go`
([#&amp;#8203;3980](https://redirect.github.com/google/go-github/issues/3980))
- fix: Address `modernize.omitzero` issues
([#&amp;#8203;3972](https://redirect.github.com/google/go-github/issues/3972))
- feat: Add organization artifact metadata APIs
([#&amp;#8203;3944](https://redirect.github.com/google/go-github/issues/3944))
- chore: Address `otel` review feedback
([#&amp;#8203;3969](https://redirect.github.com/google/go-github/issues/3969))
- feat(otel): Add native OpenTelemetry Transport module
([#&amp;#8203;3938](https://redirect.github.com/google/go-github/issues/3938))
- feat: Add native Go 1.23 iterator support for cursor-based pagination
([#&amp;#8203;3965](https://redirect.github.com/google/go-github/issues/3965))
- chore: Address `gen-iterators` review feedback
([#&amp;#8203;3962](https://redirect.github.com/google/go-github/issues/3962))
- feat: Add native Go 1.23 Iterator support
([#&amp;#8203;3916](https://redirect.github.com/google/go-github/issues/3916))
- docs: Fix typo in README.md
([#&amp;#8203;3961](https://redirect.github.com/google/go-github/issues/3961))
- chore: Move all "DO NOT EDIT" messages to line 1
([#&amp;#8203;3960](https://redirect.github.com/google/go-github/issues/3960))
- chore: Enable `unparam` linter and cover unused `*Response` results
([#&amp;#8203;3955](https://redirect.github.com/google/go-github/issues/3955))
- fix(tools): Change `gen-release-notes` to use `git` instead of
scraping web
([#&amp;#8203;3958](https://redirect.github.com/google/go-github/issues/3958))
- chore: Use `example.com` instead of random URLs in tests
([#&amp;#8203;3948](https://redirect.github.com/google/go-github/issues/3948))
- feat: Add `organization_copilot_metrics` installation permission
([#&amp;#8203;3957](https://redirect.github.com/google/go-github/issues/3957))
- chore(deps): Switch from `gopkg.in/yaml.v3` to `go.yaml.in/yaml/v3` in
/tools
([#&amp;#8203;3907](https://redirect.github.com/google/go-github/issues/3907))
- docs: Address PR titles in CONTRIBUTING.md
([#&amp;#8203;3952](https://redirect.github.com/google/go-github/issues/3952))
- chore: Format code with `golangci-lint fmt`
([#&amp;#8203;3949](https://redirect.github.com/google/go-github/issues/3949))
- fix: Handle HTTP 429 status code for rate limiting
([#&amp;#8203;3951](https://redirect.github.com/google/go-github/issues/3951))
- chore: Adapt `lint.sh` to Windows Git Bash
([#&amp;#8203;3950](https://redirect.github.com/google/go-github/issues/3950))
- Bump go-github from v81 to v82 in /scrape
([#&amp;#8203;3946](https://redirect.github.com/google/go-github/issues/3946))

&lt;/details&gt;

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] &lt;!-- rebase-check --&gt;If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/PingCAP-QE/ci).

&lt;!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNS4zIiwidXBkYXRlZEluVmVyIjoiNDMuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--&gt;

Co-authored-by: renovate[bot] &lt;29139614+renovate[bot]@users.noreply.github.com&gt;
</comment><date>2026-02-26 16:48:48 +0000</date><id>ed1eb9815c46d02cfe525e21b8864aa6583fa3a5</id><msg>fix(deps): update module github.com/google/go-github/v82 to v83 (#4167)</msg><path><editType>edit</editType><file>tools/error-log-review/github.go</file></path><path><editType>edit</editType><file>tools/error-log-review/go.mod</file></path><path><editType>edit</editType><file>tools/error-log-review/go.sum</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>