Skip to content

Commit

Permalink
Updated GetPullRequest comment in internal/gitprovider/gitprovider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
chamodshehanka and krancour authored Jan 5, 2025
1 parent 151f0d8 commit fe71a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gitprovider/gitprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type Interface interface {
// CreatePullRequest creates a pull request.
CreatePullRequest(context.Context, *CreatePullRequestOpts) (*PullRequest, error)

// GetPullRequest Get gets an existing pull request by ID
// GetPullRequest gets an existing pull request by ID
GetPullRequest(context.Context, int64) (*PullRequest, error)

// ListPullRequests lists pull requests by the given options. Implementations
Expand Down

0 comments on commit fe71a75

Please sign in to comment.