{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 16946,
      "buildableTimeMillis" : 16946,
      "buildingDurationMillis" : 41313,
      "executingTimeMillis" : 41313,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5782,
      "waitingTimeMillis" : 5782
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1061,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
            "branch" : [
              {
                "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
            "branch" : [
              {
                "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
        "branch" : [
          {
            "SHA1" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1061",
  "duration" : 41313,
  "estimatedDuration" : 57283,
  "executor" : None,
  "fullDisplayName" : "seed #1061",
  "id" : "1061",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1061,
  "queueId" : 2138563,
  "result" : "SUCCESS",
  "timestamp" : 1760075214877,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1061/",
  "builtOn" : "default-jjcng",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          
        ],
        "commitId" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
        "timestamp" : 1760075187000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(deps): update module github.com/google/go-github/v53 to v75 (#3783)\u000a\u000aThis PR contains the following updates:\u000a\u000a| Package | Change | Age | Confidence |\u000a|---|---|---|---|\u000a|\u000a[github.com/google/go-github/v53](https://redirect.github.com/google/go-github)\u000a| `v53.2.0` -> `v75.0.0` |\u000a[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv53/v75.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv53/v53.2.0/v75.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a\u000a---\u000a\u000a> [!WARNING]\u000a> Some dependencies could not be looked up. Check the Dependency\u000aDashboard for more information.\u000a\u000a---\u000a\u000a### Release Notes\u000a\u000a<details>\u000a<summary>google/go-github (github.com/google/go-github/v53)</summary>\u000a\u000a###\u000a[`v75.0.0`](https://redirect.github.com/google/go-github/releases/tag/v75.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v74.0.0...v75.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- refactor!: Change GitService methods to pass required params by-value\u000ainstead of by-ref\u000a([#&#8203;3654](https://redirect.github.com/google/go-github/issues/3654))\u000aBREAKING CHANGE: `GitService` methods now pass required params by-value\u000ainstead of by-ref.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v73 to v74 in /scrape\u000a([#&#8203;3639](https://redirect.github.com/google/go-github/issues/3639))\u000a- Add the metadata field to create DependencyGraphSnapshot\u000a([#&#8203;3640](https://redirect.github.com/google/go-github/issues/3640))\u000a- Bump golangci-lint to 2.3.0\u000a([#&#8203;3641](https://redirect.github.com/google/go-github/issues/3641))\u000a- Add additional settings fields to org API\u000a([#&#8203;3642](https://redirect.github.com/google/go-github/issues/3642))\u000a- docs: Extend the description of ref parameters\u000a([#&#8203;3643](https://redirect.github.com/google/go-github/issues/3643))\u000a- fix: Add validation for nil inputs in various services\u000a([#&#8203;3636](https://redirect.github.com/google/go-github/issues/3636))\u000a- Add location info to SecretScanningAlert\u000a([#&#8203;3645](https://redirect.github.com/google/go-github/issues/3645))\u000a- docs: Update links to use the latest version of GitHub documentation\u000a([#&#8203;3648](https://redirect.github.com/google/go-github/issues/3648))\u000a- Add FieldValue field to ProjectV2ItemChange event.\u000a([#&#8203;3650](https://redirect.github.com/google/go-github/issues/3650))\u000a- Add Metadata field to DependencyGraph\\* structs\u000a([#&#8203;3653](https://redirect.github.com/google/go-github/issues/3653))\u000a- refactor: Fix gocritic.paramTypeCombine lint issues\u000a([#&#8203;3655](https://redirect.github.com/google/go-github/issues/3655))\u000a- chore: Show correct path when example has lint errors\u000a([#&#8203;3656](https://redirect.github.com/google/go-github/issues/3656))\u000a- Add Social Accounts API\u000a([#&#8203;3647](https://redirect.github.com/google/go-github/issues/3647))\u000a- feat: Implement List Repository Activities endpoint\u000a([#&#8203;3651](https://redirect.github.com/google/go-github/issues/3651))\u000a- docs: Use secure URLs in string literals\u000a([#&#8203;3657](https://redirect.github.com/google/go-github/issues/3657))\u000a- feat: Update openapi\u000a([#&#8203;3662](https://redirect.github.com/google/go-github/issues/3662))\u000a- feat: Add artifact and log retention period API support\u000a([#&#8203;3664](https://redirect.github.com/google/go-github/issues/3664))\u000a- Document upcoming changes to events payload\u000a([#&#8203;3667](https://redirect.github.com/google/go-github/issues/3667))\u000a- build(deps): Bump the actions group with 2 updates\u000a([#&#8203;3670](https://redirect.github.com/google/go-github/issues/3670))\u000a- build(deps): Bump golang.org/x/net from 0.42.0 to 0.43.0 in /scrape\u000a([#&#8203;3669](https://redirect.github.com/google/go-github/issues/3669))\u000a- fix: Replace 'organizations' with 'orgs' in API endpoints\u000a([#&#8203;3673](https://redirect.github.com/google/go-github/issues/3673))\u000a- Update AUTHORS\u000a([#&#8203;3674](https://redirect.github.com/google/go-github/issues/3674))\u000a- feat: Add secret scanning push protection pattern configurations API\u000a([#&#8203;3672](https://redirect.github.com/google/go-github/issues/3672))\u000a- feat: Add self-hosted runner permission API support\u000a([#&#8203;3675](https://redirect.github.com/google/go-github/issues/3675))\u000a- chore: Do not force Go 1.22.0 as toolchain version\u000a([#&#8203;3678](https://redirect.github.com/google/go-github/issues/3678))\u000a- feat: Add GitHub Classroom GetAssignment API endpoint\u000a([#&#8203;3685](https://redirect.github.com/google/go-github/issues/3685))\u000a- chore: Add new lint rule to make sure exported names documented\u000a([#&#8203;3682](https://redirect.github.com/google/go-github/issues/3682))\u000a- chore: Enable gocritic.deprecatedComment check\u000a([#&#8203;3688](https://redirect.github.com/google/go-github/issues/3688))\u000a- chore: Format code with gofumpt\u000a([#&#8203;3689](https://redirect.github.com/google/go-github/issues/3689))\u000a- feat: Add private repo workflows permission API support\u000a([#&#8203;3679](https://redirect.github.com/google/go-github/issues/3679))\u000a- chore: Replace reflect.DeepEqual with cmp.Equal in tests\u000a([#&#8203;3691](https://redirect.github.com/google/go-github/issues/3691))\u000a- docs: Update CONTRIBUTING.md to clarify documentation requirements for\u000aexported types\u000a([#&#8203;3693](https://redirect.github.com/google/go-github/issues/3693))\u000a- build(deps): Bump github.com/getkin/kin-openapi from 0.132.0 to\u000a0.133.0 in /tools\u000a([#&#8203;3698](https://redirect.github.com/google/go-github/issues/3698))\u000a- build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 in the actions\u000agroup\u000a([#&#8203;3709](https://redirect.github.com/google/go-github/issues/3709))\u000a- build(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.1\u000a([#&#8203;3711](https://redirect.github.com/google/go-github/issues/3711))\u000a- build(deps): Bump golang.org/x/net from 0.43.0 to 0.44.0 in /scrape\u000a([#&#8203;3716](https://redirect.github.com/google/go-github/issues/3716))\u000a- Add exempt as bypass mode to ruleset bypass actors\u000a([#&#8203;3719](https://redirect.github.com/google/go-github/issues/3719))\u000a- Bump Go toolchain to 1.24\u000a([#&#8203;3721](https://redirect.github.com/google/go-github/issues/3721))\u000a- Bump golang.org/x/sync from 0.16.0 to 0.17.0 in /tools\u000a([#&#8203;3722](https://redirect.github.com/google/go-github/issues/3722))\u000a- Bump version of go-github to v75.0.0\u000a([#&#8203;3723](https://redirect.github.com/google/go-github/issues/3723))\u000a\u000a###\u000a[`v74.0.0`](https://redirect.github.com/google/go-github/releases/tag/v74.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v73.0.0...v74.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- fix!: Add ListSCIMProvisionedGroupsForEnterpriseOptions\u000a([#&#8203;3601](https://redirect.github.com/google/go-github/issues/3601))\u000aBREAKING CHANGE: `ListSCIMProvisionedGroupsForEnterprise` now takes\u000a`ListSCIMProvisionedGroupsForEnterpriseOptions` instead of\u000a`*ListSCIMProvisionedIdentitiesOptions`.\u000a- fix!: Change ListCheckSuiteOptions.AppID from int to int64\u000a([#&#8203;3633](https://redirect.github.com/google/go-github/issues/3633))\u000aBREAKING CHANGE: Change `ListCheckSuiteOptions.AppID` from `int` to\u000a`int64`\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v72 to v73 in /scrape\u000a([#&#8203;3600](https://redirect.github.com/google/go-github/issues/3600))\u000a- refactor: Simplify error handling in JSON decoding in tests\u000a([#&#8203;3602](https://redirect.github.com/google/go-github/issues/3602))\u000a- refactor: fix revive.unused-parameter lint issues\u000a([#&#8203;3603](https://redirect.github.com/google/go-github/issues/3603))\u000a- chore: Correct typos in comments and tests error messages\u000a([#&#8203;3604](https://redirect.github.com/google/go-github/issues/3604))\u000a- feat: Add organization migration options\u000a([#&#8203;3606](https://redirect.github.com/google/go-github/issues/3606))\u000a- feat: Add new enhanced billing endpoints\u000a([#&#8203;3605](https://redirect.github.com/google/go-github/issues/3605))\u000a- docs: Update HTTP cache references to RFC 9111 compliant\u000aimplementation\u000a([#&#8203;3608](https://redirect.github.com/google/go-github/issues/3608))\u000a- fix: Remove custom Accept in Apps.ListRepos and Apps.ListUserRepos\u000a([#&#8203;3609](https://redirect.github.com/google/go-github/issues/3609))\u000a- fix: Change UsageItem.Quantity from int to float64\u000a([#&#8203;3610](https://redirect.github.com/google/go-github/issues/3610))\u000a- fix: Fix broken URL for SubIssueService.Remove endpoint\u000a([#&#8203;3613](https://redirect.github.com/google/go-github/issues/3613))\u000a- feat: Add DisableRateLimitCheck option to client\u000a([#&#8203;3607](https://redirect.github.com/google/go-github/issues/3607))\u000a- build(deps): bump github.com/alecthomas/kong from 1.11.0 to 1.12.0 in\u000a/tools\u000a([#&#8203;3614](https://redirect.github.com/google/go-github/issues/3614))\u000a- chore: Fix some minor issues in the comments\u000a([#&#8203;3615](https://redirect.github.com/google/go-github/issues/3615))\u000a- fix: Handle null assignee in Copilot Seat Billing API response\u000a([#&#8203;3619](https://redirect.github.com/google/go-github/issues/3619))\u000a- fix: Add ProtectionURL field to Repositories.ListBranches response\u000a([#&#8203;3618](https://redirect.github.com/google/go-github/issues/3618))\u000a- feat: Add digest field to Artifact\u000a([#&#8203;3621](https://redirect.github.com/google/go-github/issues/3621))\u000a- fix: Add missing require\\_last\\_push\\_approval field to branch\u000aprotection rule event structs\u000a([#&#8203;3623](https://redirect.github.com/google/go-github/issues/3623))\u000a- build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /tools\u000a([#&#8203;3624](https://redirect.github.com/google/go-github/issues/3624))\u000a- build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 in /scrape\u000a([#&#8203;3625](https://redirect.github.com/google/go-github/issues/3625))\u000a- feat: Add the Digest field to ReleaseAsset\u000a([#&#8203;3628](https://redirect.github.com/google/go-github/issues/3628))\u000a- refactor: Fix revive.unnecessary-format lint issues\u000a([#&#8203;3629](https://redirect.github.com/google/go-github/issues/3629))\u000a- build(deps): bump github.com/alecthomas/kong from 1.12.0 to 1.12.1 in\u000a/tools\u000a([#&#8203;3632](https://redirect.github.com/google/go-github/issues/3632))\u000a- docs: Extend RepositoryContentGetOptions description\u000a([#&#8203;3637](https://redirect.github.com/google/go-github/issues/3637))\u000a- Bump version of go-github to v74.0.0\u000a([#&#8203;3638](https://redirect.github.com/google/go-github/issues/3638))\u000a\u000a###\u000a[`v73.0.0`](https://redirect.github.com/google/go-github/releases/tag/v73.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v72.0.0...v73.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add repository query option to ListCustomPropertyValues\u000a([#&#8203;3598](https://redirect.github.com/google/go-github/issues/3598))\u000aBREAKING CHANGE: `ListCustomPropertyValues` now takes\u000a`ListCustomPropertyValuesOptions` instead of `ListOptions`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v71 to v72 in /scrape\u000a([#&#8203;3572](https://redirect.github.com/google/go-github/issues/3572))\u000a- Update OpenAPI\u000a([#&#8203;3574](https://redirect.github.com/google/go-github/issues/3574))\u000a- Improve DownloadContents and DownloadContentsWithMeta methods\u000a([#&#8203;3573](https://redirect.github.com/google/go-github/issues/3573))\u000a- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 in the actions\u000agroup\u000a([#&#8203;3575](https://redirect.github.com/google/go-github/issues/3575))\u000a- build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 in /scrape\u000a([#&#8203;3576](https://redirect.github.com/google/go-github/issues/3576))\u000a- build(deps): bump github.com/alecthomas/kong from 1.10.0 to 1.11.0 in\u000a/tools\u000a([#&#8203;3578](https://redirect.github.com/google/go-github/issues/3578))\u000a- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.3\u000a([#&#8203;3579](https://redirect.github.com/google/go-github/issues/3579))\u000a- feat: Add support for sub-issue\u000a([#&#8203;3580](https://redirect.github.com/google/go-github/issues/3580))\u000a- fix: Add missing relationship and pkg external info for SBOMs\u000a([#&#8203;3582](https://redirect.github.com/google/go-github/issues/3582))\u000a- chore: Use any instead of interface{}\u000a([#&#8203;3584](https://redirect.github.com/google/go-github/issues/3584))\u000a- chore: Migrate golangci-lint to v2\u000a([#&#8203;3587](https://redirect.github.com/google/go-github/issues/3587))\u000a- chore: Add alexandear to REVIEWERS\u000a([#&#8203;3588](https://redirect.github.com/google/go-github/issues/3588))\u000a- docs: Update minimum Go version in README to 1.23\u000a([#&#8203;3589](https://redirect.github.com/google/go-github/issues/3589))\u000a- fix: Use stable media type in Starring API\u000a([#&#8203;3590](https://redirect.github.com/google/go-github/issues/3590))\u000a- docs: Use pkgsite links\u000a([#&#8203;3591](https://redirect.github.com/google/go-github/issues/3591))\u000a- build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 in /scrape\u000a([#&#8203;3593](https://redirect.github.com/google/go-github/issues/3593))\u000a- build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 in /tools\u000a([#&#8203;3594](https://redirect.github.com/google/go-github/issues/3594))\u000a- build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in\u000a/example\u000a([#&#8203;3595](https://redirect.github.com/google/go-github/issues/3595))\u000a- Bump version of go-github to v73.0.0\u000a([#&#8203;3599](https://redirect.github.com/google/go-github/issues/3599))\u000a\u000a###\u000a[`v72.0.0`](https://redirect.github.com/google/go-github/releases/tag/v72.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v71.0.0...v72.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- chore!: Remove support for Required Workflows\u000a([#&#8203;3538](https://redirect.github.com/google/go-github/issues/3538))\u000a- fix!: Differentiate merge method of pull request and merge queue\u000a([#&#8203;3559](https://redirect.github.com/google/go-github/issues/3559))\u000aBREAKING CHANGE: `MergeMethod*` consts have been split into:\u000a`PullRequestMergeMethod*` and `MergeQueueMergeMethod*`.\u000a- feat!: Add support for pagination options in rules API methods\u000a([#&#8203;3562](https://redirect.github.com/google/go-github/issues/3562))\u000aBREAKING CHANGE: `GetRulesForBranch`, `GetAllRulesets`, and\u000a`GetAllRepositoryRulesets` now accept `opts`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v70 to v71 in /scrape\u000a([#&#8203;3541](https://redirect.github.com/google/go-github/issues/3541))\u000a- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /scrape\u000a([#&#8203;3536](https://redirect.github.com/google/go-github/issues/3536))\u000a- build(deps): bump github.com/alecthomas/kong from 1.9.0 to 1.10.0 in\u000a/tools\u000a([#&#8203;3542](https://redirect.github.com/google/go-github/issues/3542))\u000a- build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /tools\u000a([#&#8203;3543](https://redirect.github.com/google/go-github/issues/3543))\u000a- Add support for registry\\_package event\u000a([#&#8203;3545](https://redirect.github.com/google/go-github/issues/3545))\u000a- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2\u000a([#&#8203;3551](https://redirect.github.com/google/go-github/issues/3551))\u000a- build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 in /scrape\u000a([#&#8203;3549](https://redirect.github.com/google/go-github/issues/3549))\u000a- build(deps): bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.10.3\u000ain /scrape\u000a([#&#8203;3550](https://redirect.github.com/google/go-github/issues/3550))\u000a- feat: Add EPSS to Dependabot alerts\u000a([#&#8203;3547](https://redirect.github.com/google/go-github/issues/3547))\u000a- Revert \"build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2\"\u000a([#&#8203;3552](https://redirect.github.com/google/go-github/issues/3552))\u000a- feat: Add new fields and options to secret scanning structs\u000a([#&#8203;3548](https://redirect.github.com/google/go-github/issues/3548))\u000a- build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /example\u000ain the go\\_modules group across 1 directory\u000a([#&#8203;3553](https://redirect.github.com/google/go-github/issues/3553))\u000a- Add case-instensitive GetHeader for HookRequest & HookResponse\u000a([#&#8203;3556](https://redirect.github.com/google/go-github/issues/3556))\u000a- Add issue Type to IssueRequest\u000a([#&#8203;3567](https://redirect.github.com/google/go-github/issues/3567))\u000a- build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 in /tools\u000a([#&#8203;3568](https://redirect.github.com/google/go-github/issues/3568))\u000a- build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to\u000a0.132.0 in /tools\u000a([#&#8203;3569](https://redirect.github.com/google/go-github/issues/3569))\u000a- Add ListCursorOptions to list Issues methods\u000a([#&#8203;3570](https://redirect.github.com/google/go-github/issues/3570))\u000a- Bump version of go-github to v72.0.0\u000a([#&#8203;3571](https://redirect.github.com/google/go-github/issues/3571))\u000a\u000a###\u000a[`v71.0.0`](https://redirect.github.com/google/go-github/releases/tag/v71.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v70.0.0...v71.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add ListReactionOptions to all ListxxReactions functions to\u000aenable filter by content\u000a([#&#8203;3532](https://redirect.github.com/google/go-github/issues/3532))\u000aBREAKING CHANGE: `ListCommentReactionOptions` => `ListReactionOptions`\u000aand all `List*Reactions` methods now use it.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v69 to v70 in /scrape\u000a([#&#8203;3521](https://redirect.github.com/google/go-github/issues/3521))\u000a- Path escape fix in UserService.GetPackage()\u000a([#&#8203;3522](https://redirect.github.com/google/go-github/issues/3522))\u000a- Update openapi\u000a([#&#8203;3526](https://redirect.github.com/google/go-github/issues/3526))\u000a- feat: Add support for Issue Types API\u000a([#&#8203;3525](https://redirect.github.com/google/go-github/issues/3525))\u000a- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in\u000a/example\u000a([#&#8203;3528](https://redirect.github.com/google/go-github/issues/3528))\u000a- build(deps): bump the actions group with 2 updates\u000a([#&#8203;3530](https://redirect.github.com/google/go-github/issues/3530))\u000a- build(deps): bump github.com/getkin/kin-openapi from 0.130.0 to\u000a0.131.0 in /tools\u000a([#&#8203;3531](https://redirect.github.com/google/go-github/issues/3531))\u000a- Add ListReleaseReactions and DeleteReleaseReaction\u000a([#&#8203;3533](https://redirect.github.com/google/go-github/issues/3533))\u000a- feat: Add actions\\_macos field to APIMeta struct\u000a([#&#8203;3535](https://redirect.github.com/google/go-github/issues/3535))\u000a- fix: Isolate HTTP transports in parallel tests to prevent connection\u000aissues\u000a([#&#8203;3529](https://redirect.github.com/google/go-github/issues/3529))\u000a- chore: Remove redundant in Go 1.22 loop variables\u000a([#&#8203;3537](https://redirect.github.com/google/go-github/issues/3537))\u000a- fix: Add back repository field in Package struct\u000a([#&#8203;3539](https://redirect.github.com/google/go-github/issues/3539))\u000a- Bump version of go-github to v71.0.0\u000a([#&#8203;3540](https://redirect.github.com/google/go-github/issues/3540))\u000a\u000a###\u000a[`v70.0.0`](https://redirect.github.com/google/go-github/releases/tag/v70.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v69.2.0...v70.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add support for network-configurations endpoints for\u000aorganization\u000a([#&#8203;3511](https://redirect.github.com/google/go-github/issues/3511))\u000aBREAKING CHANGE: `EnterpriseNetwork*` structs have been replaced with\u000a`Network*` structs.\u000a- refactor!: Update package types to align with webhook event\u000a([#&#8203;3515](https://redirect.github.com/google/go-github/issues/3515))\u000aBREAKING CHANGE: `PackageVersion.Body` and `PackageVersion.Metadata` are\u000aboth now `json.RawMessage`.\u000a\u000a...and the following additional changes:\u000a\u000a- build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1 in\u000a/tools\u000a([#&#8203;3485](https://redirect.github.com/google/go-github/issues/3485))\u000a- build(deps): bump github.com/google/go-github/v69 from 69.0.0 to\u000a69.2.0 in /scrape\u000a([#&#8203;3483](https://redirect.github.com/google/go-github/issues/3483))\u000a- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in\u000a/tools\u000a([#&#8203;3490](https://redirect.github.com/google/go-github/issues/3490))\u000a- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0\u000a([#&#8203;3494](https://redirect.github.com/google/go-github/issues/3494))\u000a- build(deps): bump actions/cache from 4.2.0 to 4.2.1 in the actions\u000agroup\u000a([#&#8203;3492](https://redirect.github.com/google/go-github/issues/3492))\u000a- fix: Resolve '400 Custom domains' error on GitHub Enterprise Server\u000a([#&#8203;3489](https://redirect.github.com/google/go-github/issues/3489))\u000a- Correct the runIDFromURLRE regex to properly match the callbackURL\u000a([#&#8203;3495](https://redirect.github.com/google/go-github/issues/3495))\u000a- feat: Add support for GitHub-hosted runner API endpoints\u000a([#&#8203;3487](https://redirect.github.com/google/go-github/issues/3487))\u000a- feat: Add support for network-configurations endpoints\u000a([#&#8203;3497](https://redirect.github.com/google/go-github/issues/3497))\u000a- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0\u000a([#&#8203;3500](https://redirect.github.com/google/go-github/issues/3500))\u000a- build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the actions\u000agroup\u000a([#&#8203;3499](https://redirect.github.com/google/go-github/issues/3499))\u000a- Add created\\_at field to Reaction\u000a([#&#8203;3501](https://redirect.github.com/google/go-github/issues/3501))\u000a- Add reason parameter to MergeGroupEvent\u000a([#&#8203;3508](https://redirect.github.com/google/go-github/issues/3508))\u000a- fix(ci): ensure 'auto' toolchain applies to generate\u000a([#&#8203;3436](https://redirect.github.com/google/go-github/issues/3436))\u000a- Bump dependency versions from dependabot warnings\u000a([#&#8203;3512](https://redirect.github.com/google/go-github/issues/3512))\u000a- Bump go-jose to v4.0.5\u000a([#&#8203;3513](https://redirect.github.com/google/go-github/issues/3513))\u000a- build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /example\u000a([#&#8203;3514](https://redirect.github.com/google/go-github/issues/3514))\u000a- docs: Update readme and examples for updated go-github-ratelimit and\u000aintroduce go-github-pagination\u000a([#&#8203;3504](https://redirect.github.com/google/go-github/issues/3504))\u000a- Add validity filter to secret scanning alert list options\u000a([#&#8203;3516](https://redirect.github.com/google/go-github/issues/3516))\u000a- build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0 in\u000a/tools\u000a([#&#8203;3518](https://redirect.github.com/google/go-github/issues/3518))\u000a- build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to\u000a0.130.0 in /tools\u000a([#&#8203;3517](https://redirect.github.com/google/go-github/issues/3517))\u000a- feat: Add automatic\\_copilot\\_code\\_review\\_enabled parameter to\u000aruleset API\u000a([#&#8203;3506](https://redirect.github.com/google/go-github/issues/3506))\u000a- Bump version of go-github to v70.0.0\u000a([#&#8203;3520](https://redirect.github.com/google/go-github/issues/3520))\u000a\u000a###\u000a[`v69.2.0`](https://redirect.github.com/google/go-github/releases/tag/v69.2.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v69.1.0...v69.2.0)\u000a\u000aThis minor release contains the following changes:\u000a\u000a- Add helper to get runID from Custom Deployment Protection Rule Event\u000a([#&#8203;3476](https://redirect.github.com/google/go-github/issues/3476))\u000a- feat: Add JSON marshal tests for dependabot alerts\u000a([#&#8203;3480](https://redirect.github.com/google/go-github/issues/3480))\u000a- feat: Add sorting list options for secret scanning\u000a([#&#8203;3481](https://redirect.github.com/google/go-github/issues/3481))\u000a- Bump version of go-github to v69.2.0\u000a([#&#8203;3482](https://redirect.github.com/google/go-github/issues/3482))\u000a\u000a###\u000a[`v69.1.0`](https://redirect.github.com/google/go-github/releases/tag/v69.1.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v69.0.0...v69.1.0)\u000a\u000aThis minor release contains the following changes:\u000a\u000a- Bump go-github from v68 to v69 in /scrape\u000a([#&#8203;3464](https://redirect.github.com/google/go-github/issues/3464))\u000a- Use a max retry after duration for secondary rate limit if specified\u000a([#&#8203;3438](https://redirect.github.com/google/go-github/issues/3438))\u000a- docs: Clarify ListPullRequestsWithCommit usage\u000a([#&#8203;3465](https://redirect.github.com/google/go-github/issues/3465))\u000a- fix: go 1.22 test breakage\u000a([#&#8203;3459](https://redirect.github.com/google/go-github/issues/3459))\u000a- feat: Add link to bored-engineer/github-conditional-http-transport to\u000aconditional requests documentation\u000a([#&#8203;3469](https://redirect.github.com/google/go-github/issues/3469))\u000a- build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /tools\u000a([#&#8203;3472](https://redirect.github.com/google/go-github/issues/3472))\u000a- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 in /scrape\u000a([#&#8203;3470](https://redirect.github.com/google/go-github/issues/3470))\u000a- build(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.0 in\u000a/tools\u000a([#&#8203;3471](https://redirect.github.com/google/go-github/issues/3471))\u000a- Update workflow and tools to use Go1.24 and 1.23\u000a([#&#8203;3474](https://redirect.github.com/google/go-github/issues/3474))\u000a- chore: Only use master test runs for status badge\u000a([#&#8203;3475](https://redirect.github.com/google/go-github/issues/3475))\u000a- feat: Add ListProvisionedScimGroupsForEnterprise inside SCIM service\u000a([#&#8203;3467](https://redirect.github.com/google/go-github/issues/3467))\u000a- fix: Add missing query params to AlertListOptions\u000a([#&#8203;3477](https://redirect.github.com/google/go-github/issues/3477))\u000a- Bump version of go-github to v69.1.0\u000a([#&#8203;3478](https://redirect.github.com/google/go-github/issues/3478))\u000a\u000a###\u000a[`v69.0.0`](https://redirect.github.com/google/go-github/releases/tag/v69.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v68.0.0...v69.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add support for enterprise rulesets\u000a([#&#8203;3417](https://redirect.github.com/google/go-github/issues/3417))\u000aBREAKING CHANGE: `Create*Ruleset` and `Update*Ruleset` now pass\u000a`ruleset` parameter by-value instead of by-reference.\u000a- fix!: Typo in field names in the CheckSuite struct\u000a([#&#8203;3444](https://redirect.github.com/google/go-github/issues/3444))\u000aBREAKING CHANGE: `Rerequstable`=>`Rerequestable`,\u000a`RunsRerequstable`=>`RunsRerequestable`\u000a- fix!: Typo in field names in the PullStats struct\u000a([#&#8203;3445](https://redirect.github.com/google/go-github/issues/3445))\u000aBREAKING CHANGE: `MergablePulls`=>`MergeablePulls`,\u000a`UnmergablePulls`=>`UnmergeablePulls`\u000a- refactor!: Do not capitalize error strings\u000a([#&#8203;3446](https://redirect.github.com/google/go-github/issues/3446))\u000aBREAKING CHANGE: Some error strings are slightly modified - please do\u000anot rely on error text in general.\u000a- fix!: Refactor the repository ruleset code\u000a([#&#8203;3430](https://redirect.github.com/google/go-github/issues/3430))\u000a  BREAKING CHANGES: The following types have been renamed:\u000a  - `Ruleset` -> `RepositoryRuleset`\u000a  - `RulesetLink` -> `RepositoryRulesetLink`\u000a  - `RulesetLinks` -> `RepositoryRulesetLinks`\u000a- `RulesetRefConditionParameters` ->\u000a`RepositoryRulesetRefConditionParameters`\u000a- `RulesetRepositoryNamesConditionParameters` ->\u000a`RepositoryRulesetRepositoryNamesConditionParameters`\u000a- `RulesetRepositoryIDsConditionParameters` ->\u000a`RepositoryRulesetRepositoryIDsConditionParameters`\u000a  - `RulesetRepositoryPropertyTargetParameters` -> `Repository`\u000a- `RulesetRepositoryPropertyConditionParameters` ->\u000a`RepositoryRulesetRepositoryPropertyConditionParameters`\u000a- `RulesetOrganizationNamesConditionParameters` ->\u000a`RepositoryRulesetOrganizationNamesConditionParameters`\u000a- `RulesetOrganizationIDsConditionParameters` ->\u000a`RepositoryRulesetOrganizationIDsConditionParameters`\u000a  - `RulesetConditions` -> `RepositoryRulesetConditions`\u000a  - `RepositoryRulesetEditedChanges` -> `RepositoryRulesetChanges`\u000a  - `RepositoryRulesetEditedSource` -> `RepositoryRulesetChangeSource`\u000a  - `RepositoryRulesetEditedSources` -> `RepositoryRulesetChangeSources`\u000a- `RepositoryRulesetEditedConditions` ->\u000a`RepositoryRulesetUpdatedConditions`\u000a- `RepositoryRulesetUpdatedConditionsEdited` ->\u000a`RepositoryRulesetUpdatedCondition`\u000a  - `RepositoryRulesetEditedRules` -> `RepositoryRulesetChangedRules`\u000a  - `RepositoryRulesetUpdatedRules` -> `RepositoryRulesetUpdatedRules`\u000a- `RepositoryRulesetEditedRuleChanges` -> `RepositoryRulesetChangedRule`\u000a- chore!: Add sliceofpointers custom linter\u000a([#&#8203;3447](https://redirect.github.com/google/go-github/issues/3447))\u000aBREAKING CHANGE: `ListOAuthApps` now returns `([]*OAuthApp, error)`\u000ainstead of `([]OAuthApp, error)`.\u000a- feat!: Change User.InheritedFrom to a slice\u000a([#&#8203;3460](https://redirect.github.com/google/go-github/issues/3460))\u000aBREAKING CHANGE: `User.InheritedFrom` is changed from a `*Team` to a\u000a`[]*Team`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v67 to v68 in /scrape\u000a([#&#8203;3398](https://redirect.github.com/google/go-github/issues/3398))\u000a- build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /scrape\u000a([#&#8203;3400](https://redirect.github.com/google/go-github/issues/3400))\u000a- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2\u000a([#&#8203;3401](https://redirect.github.com/google/go-github/issues/3401))\u000a- Bump golang.org/x/net to v0.33.0\u000a([#&#8203;3402](https://redirect.github.com/google/go-github/issues/3402))\u000a- Add TokenID and TokenName to PersonalAccessToken struct\u000a([#&#8203;3404](https://redirect.github.com/google/go-github/issues/3404))\u000a- Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1 in /scrape\u000a([#&#8203;3408](https://redirect.github.com/google/go-github/issues/3408))\u000a- Bump Go to 1.22.10 or 1.23.4 in go.mod files\u000a([#&#8203;3410](https://redirect.github.com/google/go-github/issues/3410))\u000a- Add opt-in rate limit support on endpoints returning 302s\u000a([#&#8203;3411](https://redirect.github.com/google/go-github/issues/3411))\u000a- Update OpenAPI\u000a([#&#8203;3419](https://redirect.github.com/google/go-github/issues/3419))\u000a- build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /scrape\u000a([#&#8203;3420](https://redirect.github.com/google/go-github/issues/3420))\u000a- Permit toggling rate limit check by consumers\u000a([#&#8203;3386](https://redirect.github.com/google/go-github/issues/3386))\u000a- build(deps): Pin and group actions/\\*\u000a([#&#8203;3424](https://redirect.github.com/google/go-github/issues/3424))\u000a- Add deprecation messages to security managers APIs\u000a([#&#8203;3426](https://redirect.github.com/google/go-github/issues/3426))\u000a- fix: Relax go directive in go.mod to 1.22.0\u000a([#&#8203;3423](https://redirect.github.com/google/go-github/issues/3423))\u000a- Enforce toolchain requirement in generate.sh\u000a([#&#8203;3428](https://redirect.github.com/google/go-github/issues/3428))\u000a- feat: Add missing notification\\_setting to Team\u000a([#&#8203;3431](https://redirect.github.com/google/go-github/issues/3431))\u000a- chore: Add reviewers file\u000a([#&#8203;3435](https://redirect.github.com/google/go-github/issues/3435))\u000a- gen-accessors: Update dumping of getters\u000a([#&#8203;3437](https://redirect.github.com/google/go-github/issues/3437))\u000a- chore: Fix codecov upload\u000a([#&#8203;3440](https://redirect.github.com/google/go-github/issues/3440))\u000a- chore: Spell \"unmarshal\" consistently with one el\u000a([#&#8203;3441](https://redirect.github.com/google/go-github/issues/3441))\u000a- fix: Typos in func parameter, vars, error, and comments\u000a([#&#8203;3442](https://redirect.github.com/google/go-github/issues/3442))\u000a- feat: Add manage\\_ghes endpoints introduced in 3.15\u000a([#&#8203;3433](https://redirect.github.com/google/go-github/issues/3433))\u000a- Fix minor typo\u000a([#&#8203;3448](https://redirect.github.com/google/go-github/issues/3448))\u000a- chore: Check and fix license headers\u000a([#&#8203;3449](https://redirect.github.com/google/go-github/issues/3449))\u000a- Add new fields for IssueType\u000a([#&#8203;3451](https://redirect.github.com/google/go-github/issues/3451))\u000a- ci: update golangci-lint to v1.63.4\u000a([#&#8203;3452](https://redirect.github.com/google/go-github/issues/3452))\u000a- Extend Rate and Rate Limiting with X-Ratelimit-Used and\u000a`X-Ratelimit-Resource` headers\u000a([#&#8203;3453](https://redirect.github.com/google/go-github/issues/3453))\u000a- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the actions\u000agroup\u000a([#&#8203;3454](https://redirect.github.com/google/go-github/issues/3454))\u000a- build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1\u000a([#&#8203;3455](https://redirect.github.com/google/go-github/issues/3455))\u000a- docs: Add clarifications for mergeable field in pull requests\u000a([#&#8203;3396](https://redirect.github.com/google/go-github/issues/3396))\u000a- build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.7.0 in\u000a/tools\u000a([#&#8203;3458](https://redirect.github.com/google/go-github/issues/3458))\u000a- Bump version of go-github to v69.0.0\u000a([#&#8203;3463](https://redirect.github.com/google/go-github/issues/3463))\u000a\u000a###\u000a[`v68.0.0`](https://redirect.github.com/google/go-github/releases/tag/v68.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v67.0.0...v68.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Remove Project (classic) support\u000a([#&#8203;3380](https://redirect.github.com/google/go-github/issues/3380))\u000aBREAKING CHANGE: All support for \"Project (classic)\" is removed and\u000a`Project` responses are replaced by `ProjectV2` (renamed from\u000a`ProjectsV2`).\u000a- fix!: Remove unused Stats field from Commit struct\u000a([#&#8203;3395](https://redirect.github.com/google/go-github/issues/3395))\u000aBREAKING CHANGE: The unused `Stats` field is removed from the `Commit`\u000astruct.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v66 to v67 in /scrape\u000a([#&#8203;3361](https://redirect.github.com/google/go-github/issues/3361))\u000a- Map more missing installation permissions\u000a([#&#8203;3363](https://redirect.github.com/google/go-github/issues/3363))\u000a- build(deps): bump github.com/alecthomas/kong from 1.4.0 to 1.5.0 in\u000a/tools\u000a([#&#8203;3365](https://redirect.github.com/google/go-github/issues/3365))\u000a- fix: Preserve HTTP Response in URL Errors\u000a([#&#8203;3369](https://redirect.github.com/google/go-github/issues/3369))\u000a- Update OpenAPI\u000a([#&#8203;3374](https://redirect.github.com/google/go-github/issues/3374))\u000a- feat: Add assignment for org role associations\u000a([#&#8203;3371](https://redirect.github.com/google/go-github/issues/3371))\u000a- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1\u000a([#&#8203;3375](https://redirect.github.com/google/go-github/issues/3375))\u000a- build(deps): bump github.com/alecthomas/kong from 1.5.0 to 1.6.0 in\u000a/tools\u000a([#&#8203;3376](https://redirect.github.com/google/go-github/issues/3376))\u000a- build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /tools\u000a([#&#8203;3377](https://redirect.github.com/google/go-github/issues/3377))\u000a- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in /scrape\u000a([#&#8203;3378](https://redirect.github.com/google/go-github/issues/3378))\u000a- chore: Deprecate legacy ID-based team methods\u000a([#&#8203;3373](https://redirect.github.com/google/go-github/issues/3373))\u000a- feat: Support resolution\\_comment to update alert API\u000a([#&#8203;3357](https://redirect.github.com/google/go-github/issues/3357))\u000a- feat: Add custom\\_property events\u000a([#&#8203;3379](https://redirect.github.com/google/go-github/issues/3379))\u000a- feat: Deprecate and replace Bool,Int,Int64,String with Ptr using\u000agenerics\u000a([#&#8203;3355](https://redirect.github.com/google/go-github/issues/3355))\u000a- feat: Add GET for custom org repo role\u000a([#&#8203;3372](https://redirect.github.com/google/go-github/issues/3372))\u000a- chore: Remove commented out test code\u000a([#&#8203;3381](https://redirect.github.com/google/go-github/issues/3381))\u000a- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in\u000a/example in the go\\_modules group\u000a([#&#8203;3383](https://redirect.github.com/google/go-github/issues/3383))\u000a- feat: Add enterprise custom properties\u000a([#&#8203;3382](https://redirect.github.com/google/go-github/issues/3382))\u000a- Change header keys to be canonical\u000a([#&#8203;3389](https://redirect.github.com/google/go-github/issues/3389))\u000a- chore: Sort std imports\u000a([#&#8203;3390](https://redirect.github.com/google/go-github/issues/3390))\u000a- feat: Document review request events in Timeline struct\u000a([#&#8203;3391](https://redirect.github.com/google/go-github/issues/3391))\u000a- fix: DownloadReleaseAsset handles renamed repository\u000a([#&#8203;3392](https://redirect.github.com/google/go-github/issues/3392))\u000a- Bump version of go-github to v68.0.0\u000a([#&#8203;3397](https://redirect.github.com/google/go-github/issues/3397))\u000a\u000a###\u000a[`v67.0.0`](https://redirect.github.com/google/go-github/releases/tag/v67.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v66.0.0...v67.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add name query parameter to ActionsService.ListArtifacts\u000a([#&#8203;3330](https://redirect.github.com/google/go-github/issues/3330))\u000aBREAKING CHANGE: `opts` argument to `ActionsService.ListArtifacts`\u000achanged from `ListOptions` to `ListArtifactsOptions`.\u000a- feat!: Rename code scanning params from plural to singular\u000a([#&#8203;3331](https://redirect.github.com/google/go-github/issues/3331))\u000aBREAKING CHANGE: Rename `RuleRequiredCodeScanningTools` to\u000a`RuleRequiredCodeScanningTool`.\u000a- feat!: Fix source property on Repo Custom Properties\u000a([#&#8203;3333](https://redirect.github.com/google/go-github/issues/3333))\u000aBREAKING CHANGE: Change\u000a`RulesetRepositoryPropertyTargetParameters.Source` from `string` to\u000a`*string`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v65 to v66 in /scrape\u000a([#&#8203;3311](https://redirect.github.com/google/go-github/issues/3311))\u000a- build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /scrape\u000a([#&#8203;3313](https://redirect.github.com/google/go-github/issues/3313))\u000a- build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0\u000a([#&#8203;3312](https://redirect.github.com/google/go-github/issues/3312))\u000a- build(deps): bump github.com/getkin/kin-openapi from 0.127.0 to\u000a0.128.0 in /tools\u000a([#&#8203;3314](https://redirect.github.com/google/go-github/issues/3314))\u000a- refactor: Remove unneeded strings.Join calls\u000a([#&#8203;3317](https://redirect.github.com/google/go-github/issues/3317))\u000a- feat: Add CreatedAt and UpdatedAt to Ruleset\u000a([#&#8203;3316](https://redirect.github.com/google/go-github/issues/3316))\u000a- feat: Add Expired to RepositoryInvitation\u000a([#&#8203;3320](https://redirect.github.com/google/go-github/issues/3320))\u000a- Update openapi\\_operations.yaml\u000a([#&#8203;3322](https://redirect.github.com/google/go-github/issues/3322))\u000a- refactor: Enable perfsprint; fix appeared lint issues\u000a([#&#8203;3324](https://redirect.github.com/google/go-github/issues/3324))\u000a- refactor: Replace 'println' with 'fmt.Println'\u000a([#&#8203;3326](https://redirect.github.com/google/go-github/issues/3326))\u000a- docs: Add dots at the end of sentences\u000a([#&#8203;3325](https://redirect.github.com/google/go-github/issues/3325))\u000a- scrape: refactor tests with t.Fatal\u000a([#&#8203;3299](https://redirect.github.com/google/go-github/issues/3299))\u000a- feat: Support Code Security Configurations API\u000a([#&#8203;3319](https://redirect.github.com/google/go-github/issues/3319))\u000a- Add Copilot Usage Summary for Organization\u000a([#&#8203;3321](https://redirect.github.com/google/go-github/issues/3321))\u000a- chore: Remove deprecated build constraints\u000a([#&#8203;3306](https://redirect.github.com/google/go-github/issues/3306))\u000a- refactor: Replace 'print' with 'fmt.Print'\u000a([#&#8203;3327](https://redirect.github.com/google/go-github/issues/3327))\u000a- Add Webhook for Repository ruleset\u000a([#&#8203;3305](https://redirect.github.com/google/go-github/issues/3305))\u000a- feat: Add support for code\\_scanning\u000a([#&#8203;3256](https://redirect.github.com/google/go-github/issues/3256))\u000a- docs: put a space between // and comment text\u000a([#&#8203;3329](https://redirect.github.com/google/go-github/issues/3329))\u000a- Add support for fetching artifact attestations at the org, repo and\u000auser levels\u000a([#&#8203;3334](https://redirect.github.com/google/go-github/issues/3334))\u000a- Add BranchProtectionConfigurationEvent and\u000aSecretScanningAlertLocationEvent\u000a([#&#8203;3332](https://redirect.github.com/google/go-github/issues/3332))\u000a- build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0\u000ato 2.0.1 in /example in the go\\_modules group\u000a([#&#8203;3338](https://redirect.github.com/google/go-github/issues/3338))\u000a- Allow RemoveReviewers to remove only teams\u000a([#&#8203;3337](https://redirect.github.com/google/go-github/issues/3337))\u000a- build(deps): bump github.com/alecthomas/kong from 1.2.1 to 1.3.0 in\u000a/tools\u000a([#&#8203;3342](https://redirect.github.com/google/go-github/issues/3342))\u000a- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in\u000a/example in the go\\_modules group\u000a([#&#8203;3343](https://redirect.github.com/google/go-github/issues/3343))\u000a- feat(secret scanning): Support pull\\_request\\_comment\\_url\u000a([#&#8203;3344](https://redirect.github.com/google/go-github/issues/3344))\u000a- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /scrape\u000a([#&#8203;3348](https://redirect.github.com/google/go-github/issues/3348))\u000a- build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /tools\u000a([#&#8203;3347](https://redirect.github.com/google/go-github/issues/3347))\u000a- build(deps): bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 in\u000a/tools\u000a([#&#8203;3346](https://redirect.github.com/google/go-github/issues/3346))\u000a- refactor: Enable revive linter and fix up lint issues\u000a([#&#8203;3345](https://redirect.github.com/google/go-github/issues/3345))\u000a- Add missing permissions to InstallationPermissions struct\u000a([#&#8203;3349](https://redirect.github.com/google/go-github/issues/3349))\u000a- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2\u000a([#&#8203;3351](https://redirect.github.com/google/go-github/issues/3351))\u000a- Update OpenAPI\u000a([#&#8203;3352](https://redirect.github.com/google/go-github/issues/3352))\u000a- Add missing Deployment field to workflow\\_job event type\u000a([#&#8203;3353](https://redirect.github.com/google/go-github/issues/3353))\u000a- feat: Support Copilot metrics endpoints\u000a([#&#8203;3350](https://redirect.github.com/google/go-github/issues/3350))\u000a- feat: Remove the beta endpoint for Copilot usage\u000a([#&#8203;3354](https://redirect.github.com/google/go-github/issues/3354))\u000a- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7\u000a([#&#8203;3358](https://redirect.github.com/google/go-github/issues/3358))\u000a- Update AUTHORS\u000a([#&#8203;3359](https://redirect.github.com/google/go-github/issues/3359))\u000a- Bump version of go-github to v67.0.0\u000a([#&#8203;3360](https://redirect.github.com/google/go-github/issues/3360))\u000a\u000a###\u000a[`v66.0.0`](https://redirect.github.com/google/go-github/releases/tag/v66.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v65.0.0...v66.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add login query param support to ListCredentialAuthorizations\u000a([#&#8203;3270](https://redirect.github.com/google/go-github/issues/3270))\u000aBREAKING CHANGE: `ListCredentialAuthorizations` now takes `opts\u000a*CredentialAuthorizationsListOptions` instead of `ListOptions`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v64 to v65 in /scrape\u000a([#&#8203;3267](https://redirect.github.com/google/go-github/issues/3267))\u000a- Bump github.com/alecthomas/kong from 0.9.0 to 1.2.1 in /tools\u000a([#&#8203;3268](https://redirect.github.com/google/go-github/issues/3268))\u000a- Add 'mark thread as done' functionality\u000a([#&#8203;3265](https://redirect.github.com/google/go-github/issues/3265))\u000a- Update comment for Ruleset\u000a([#&#8203;3275](https://redirect.github.com/google/go-github/issues/3275))\u000a- Add missing fields to the checksuite event\u000a([#&#8203;3278](https://redirect.github.com/google/go-github/issues/3278))\u000a- chore: Change golangci-lint output format due to deprecation\u000a([#&#8203;3279](https://redirect.github.com/google/go-github/issues/3279))\u000a- feat: Support baseRole option for custom organization roles\u000a([#&#8203;3284](https://redirect.github.com/google/go-github/issues/3284))\u000a- Update AUTHORS\u000a([#&#8203;3286](https://redirect.github.com/google/go-github/issues/3286))\u000a- feat: Support getting an organization role\u000a([#&#8203;3285](https://redirect.github.com/google/go-github/issues/3285))\u000a- feat: Implement organization role assignments for both users and teams\u000a([#&#8203;3281](https://redirect.github.com/google/go-github/issues/3281))\u000a- chore: Enable gosec G602 rule\u000a([#&#8203;3287](https://redirect.github.com/google/go-github/issues/3287))\u000a- fix: Correct typos in vars, comments, tests\u000a([#&#8203;3289](https://redirect.github.com/google/go-github/issues/3289))\u000a- fix: Avoid allocation in the stringifyValue\u000a([#&#8203;3292](https://redirect.github.com/google/go-github/issues/3292))\u000a- Add CancelInvite method to cancel an org invitation by ID\u000a([#&#8203;3263](https://redirect.github.com/google/go-github/issues/3263))\u000a- Add support DeploymentReview Event,\u000aReviewCustomDeploymentProtectionRule API, GetPendingDeployments API\u000a([#&#8203;3254](https://redirect.github.com/google/go-github/issues/3254))\u000a- refactor: Simplify temp file creation in tests\u000a([#&#8203;3290](https://redirect.github.com/google/go-github/issues/3290))\u000a- refactor: Refactor org\\_custom\\_roles.go into multiple files\u000a([#&#8203;3291](https://redirect.github.com/google/go-github/issues/3291))\u000a- feat: Implement missing push rules\u000a([#&#8203;3294](https://redirect.github.com/google/go-github/issues/3294))\u000a- refactor: Do not call teardown manually in tests\u000a([#&#8203;3296](https://redirect.github.com/google/go-github/issues/3296))\u000a- docs: Replace godoc.org with pkg.go.dev\u000a([#&#8203;3301](https://redirect.github.com/google/go-github/issues/3301))\u000a- refactor: Remove redundant local vars in examples\u000a([#&#8203;3303](https://redirect.github.com/google/go-github/issues/3303))\u000a- fix: Add missing NotificationSetting to newTeamNoParent\u000a([#&#8203;3302](https://redirect.github.com/google/go-github/issues/3302))\u000a- docs: Improve formatting in README\u000a([#&#8203;3300](https://redirect.github.com/google/go-github/issues/3300))\u000a- docs: Fix typo in test comment\u000a([#&#8203;3307](https://redirect.github.com/google/go-github/issues/3307))\u000a- Add t.Parallel to unit tests\u000a([#&#8203;3297](https://redirect.github.com/google/go-github/issues/3297))\u000a- fix: Allow removing/unsetting repository custom property\u000a([#&#8203;3309](https://redirect.github.com/google/go-github/issues/3309))\u000a- Bump version of go-github to v66.0.0\u000a([#&#8203;3310](https://redirect.github.com/google/go-github/issues/3310))\u000a\u000a###\u000a[`v65.0.0`](https://redirect.github.com/google/go-github/releases/tag/v65.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v64.0.0...v65.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Fix meta service domains schema structure\u000a([#&#8203;3249](https://redirect.github.com/google/go-github/issues/3249))\u000a  BREAKING CHANGE: `APIMeta.Domains` changed from `map` to `struct`.\u000a- feat!: Fix broken SCIMService.ProvisionAndInviteSCIMUser method\u000a([#&#8203;3239](https://redirect.github.com/google/go-github/issues/3239))\u000aBREAKING CHANGE: `SCIMService.ProvisionAndInviteSCIMUser` now returns a\u000aresponse.\u000a- feat!: Add merge queue parameters to repository ruleset\u000a([#&#8203;3253](https://redirect.github.com/google/go-github/issues/3253))\u000aBREAKING CHANGE: `NewMergeQueueRule` now takes one parameter:\u000a`*MergeQueueRuleParameters`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v63 to v64 in /scrape\u000a([#&#8203;3241](https://redirect.github.com/google/go-github/issues/3241))\u000a- Update workflow and tools to use Go 1.23 and 1.22\u000a([#&#8203;3242](https://redirect.github.com/google/go-github/issues/3242))\u000a- Add Organization PAT fields to InstallationPermissions struct\u000a([#&#8203;3243](https://redirect.github.com/google/go-github/issues/3243))\u000a- feat: Add do\\_not\\_enforce\\_on\\_create to required status checks rule\u000aparams\u000a([#&#8203;3245](https://redirect.github.com/google/go-github/issues/3245))\u000a- Add Source field to RulesetRepositoryPropertyTargetParameters\u000a([#&#8203;3250](https://redirect.github.com/google/go-github/issues/3250))\u000a- Update active committers struct\u000a([#&#8203;3257](https://redirect.github.com/google/go-github/issues/3257))\u000a- Bump golang.org/x/net from 0.28.0 to 0.29.0 in /scrape\u000a([#&#8203;3259](https://redirect.github.com/google/go-github/issues/3259))\u000a- Add type SponsorshipEvent\u000a([#&#8203;3258](https://redirect.github.com/google/go-github/issues/3258))\u000a- Bump version of go-github to v65.0.0\u000a([#&#8203;3266](https://redirect.github.com/google/go-github/issues/3266))\u000a\u000a###\u000a[`v64.0.0`](https://redirect.github.com/google/go-github/releases/tag/v64.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v63.0.0...v64.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Add support for multi-select Custom Properties\u000a([#&#8203;3200](https://redirect.github.com/google/go-github/issues/3200))\u000aBREAKING CHANGE: CustomPropertyValue.Value is changed from \\*string to\u000ainterface{} to support string and \\[]string values.\u000a- feat!: Replace ListCursorOptions with ListIDPGroupsOptions in\u000aTeamsService.ListIDPGroupsInOrganization\u000a([#&#8203;3197](https://redirect.github.com/google/go-github/issues/3197))\u000aBREAKING CHANGE: Replace ListCursorOptions with ListIDPGroupsOptions in\u000aTeamsService.ListIDPGroupsInOrganization\u000a- feat!: Add support for creating GitHub App with organizations\u000a([#&#8203;3222](https://redirect.github.com/google/go-github/issues/3222))\u000aBREAKING CHANGE: The CreateApp function now requires two arguments:\u000a`AppManifest` and `orgName`, to support creating apps with\u000aorganizations.\u000a- feat!: Widen CustomProperties type to map\\[string]interface{} to align\u000awith GitHub API\u000a([#&#8203;3230](https://redirect.github.com/google/go-github/issues/3230))\u000aBREAKING CHANGE: PushEventRepository.CustomProperties is changed from\u000amap\\[string]string to map\\[string]interface{}.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v61 to v63 in /scrape\u000a([#&#8203;3206](https://redirect.github.com/google/go-github/issues/3206))\u000a- Add doc for NewPullRequest\u000a([#&#8203;3208](https://redirect.github.com/google/go-github/issues/3208))\u000a- Add Iterators section in README.md\u000a([#&#8203;3212](https://redirect.github.com/google/go-github/issues/3212))\u000a- Update CustomOrgRoles and CustomRepoRoles to include all fields\u000areturned by the GitHub API\u000a([#&#8203;3216](https://redirect.github.com/google/go-github/issues/3216))\u000a- Revert \"Add CommitID, InReplyTo, and SubjectType to\u000aDraftReviewComment\"\u000a([#&#8203;3218](https://redirect.github.com/google/go-github/issues/3218))\u000a- Add List fine-grained personal access tokens with access to\u000aorganization resources API\u000a([#&#8203;3215](https://redirect.github.com/google/go-github/issues/3215))\u000a- Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 in /tools\u000a([#&#8203;3223](https://redirect.github.com/google/go-github/issues/3223))\u000a- Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /tools\u000a([#&#8203;3224](https://redirect.github.com/google/go-github/issues/3224))\u000a- Bump golang.org/x/net from 0.27.0 to 0.28.0 in /scrape\u000a([#&#8203;3234](https://redirect.github.com/google/go-github/issues/3234))\u000a- Allow create custom repository/organization roles without permission\u000a([#&#8203;3235](https://redirect.github.com/google/go-github/issues/3235))\u000a- Add support for filepath repository rules\u000a([#&#8203;3233](https://redirect.github.com/google/go-github/issues/3233))\u000a- Bump version of go-github to v64.0.0\u000a([#&#8203;3240](https://redirect.github.com/google/go-github/issues/3240))\u000a\u000a###\u000a[`v63.0.0`](https://redirect.github.com/google/go-github/releases/tag/v63.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v62.0.0...v63.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Change enterprise runner to also use ListRunnersOptions\u000a([#&#8203;3167](https://redirect.github.com/google/go-github/issues/3167))\u000aBREAKING-CHANGE: This changes `ListOptions` to `ListRunnersOptions` in\u000a`EnterpriseService.ListRunners`.\u000a- feat!: Support querying organization custom roles\u000a([#&#8203;3129](https://redirect.github.com/google/go-github/issues/3129))\u000a",
        "date" : "2025-10-10 05:46:27 +0000",
        "id" : "2dc693ee0ccd6e67f492e0191c2559046a4a5cd9",
        "msg" : "fix(deps): update module github.com/google/go-github/v53 to v75 (#3783)",
        "paths" : [
          
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}