Skip to content

Commit

Permalink
Added package comment headers and fixed godoc comments
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <[email protected]>
  • Loading branch information
joaopenteado and gmlewis authored Jul 5, 2023
1 parent 7ebd698 commit 567111d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion github/orgs_personal_access_tokens.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2023 The go-github AUTHORS. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package github

import (
Expand All @@ -6,7 +11,7 @@ import (
"net/http"
)

// Approves or denies a pending request to access organization resources via a fine-grained personal access token.
// ReviewPersonalAccessTokenRequest approves or denies a pending request to access organization resources via a fine-grained personal access token.
// Only GitHub Apps can call this API, using the `organization_personal_access_token_requests: write` permission.
// `action` can be one of `approve` or `deny`.
//
Expand Down
5 changes: 5 additions & 0 deletions github/orgs_personal_access_tokens_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2023 The go-github AUTHORS. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package github

import (
Expand Down

0 comments on commit 567111d

Please sign in to comment.