-
Notifications
You must be signed in to change notification settings - Fork 0
Update module github.com/google/go-github/v69 to v74 #131
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.String is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 94 in e7fe58d
Ref: github.String("refs/heads/" + commitBranch), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.String is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 105 in e7fe58d
entries = append(entries, &github.TreeEntry{Path: github.String(filename), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.String is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 106 in e7fe58d
Type: github.String("blob"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.String is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 107 in e7fe58d
Content: github.String(source), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.String is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 108 in e7fe58d
Mode: github.String("100644"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [staticcheck] <SA1019> reported by reviewdog 🐶
github.Bool is deprecated: use Ptr instead.
hugo-netlify-autoupdater/github.go
Line 165 in e7fe58d
MaintainerCanModify: github.Bool(true), |
de5f7b4
to
77095d0
Compare
77095d0
to
ff8c797
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v69.2.0
->v74.0.0
Release Notes
google/go-github (github.com/google/go-github/v69)
v74.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
ListSCIMProvisionedGroupsForEnterprise
now takesListSCIMProvisionedGroupsForEnterpriseOptions
instead of*ListSCIMProvisionedIdentitiesOptions
.BREAKING CHANGE: Change
ListCheckSuiteOptions.AppID
fromint
toint64
...and the following additional changes:
v73.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
ListCustomPropertyValues
now takesListCustomPropertyValuesOptions
instead ofListOptions
....and the following additional changes:
v72.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
MergeMethod*
consts have been split into:PullRequestMergeMethod*
andMergeQueueMergeMethod*
.BREAKING CHANGE:
GetRulesForBranch
,GetAllRulesets
, andGetAllRepositoryRulesets
now acceptopts
....and the following additional changes:
v71.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
ListCommentReactionOptions
=>ListReactionOptions
and allList*Reactions
methods now use it....and the following additional changes:
v70.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
EnterpriseNetwork*
structs have been replaced withNetwork*
structs.BREAKING CHANGE:
PackageVersion.Body
andPackageVersion.Metadata
are both nowjson.RawMessage
....and the following additional changes:
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.
This PR was generated by Mend Renovate. View the repository job log.