Skip to content

Commit

Permalink
(bugfix) Gitlab PR number is IID, not ID
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby committed May 15, 2021
1 parent 512a67f commit f999459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push/pushGitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func GitlabPush(ctx context.Context, input Input, repoLimiter *time.Ticker, push
return Output{
Success: true,
CommitSHA: pr.SHA,
PullRequestNumber: pr.ID,
PullRequestNumber: pr.IID,
PullRequestURL: pr.WebURL,
PullRequestCombinedStatus: pipelineStatus,
PullRequestAssignee: input.PRAssignee,
Expand Down

0 comments on commit f999459

Please sign in to comment.