We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fb0b7 commit 53ca9cdCopy full SHA for 53ca9cd
github/repos.go
@@ -238,7 +238,7 @@ func (s SecretScanning) String() string {
238
239
// SecretScanningPushProtection specifies the state of secret scanning push protection on a repository.
240
//
241
-// Github API docs: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning#about-secret-scanning-for-partner-patterns
+// GitHub API docs: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning#about-secret-scanning-for-partner-patterns
242
type SecretScanningPushProtection struct {
243
Status *string `json:"status,omitempty"`
244
}
0 commit comments