Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Oct 19, 2023
1 parent 64e7c40 commit 77a16c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/merge-with-label/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func MergePullRequest(
commitHeadline string,
) error {
_, err := doGraphQLRequest(ctx, client, token, `
mutation MergePulLRequest(
mutation MergePullRequest(
$pullRequestId: ID!,
$expectedHeadOid: GitObjectID!,
$mergeMethod: PullRequestMergeMethod!,
Expand Down

0 comments on commit 77a16c3

Please sign in to comment.