Skip to content

Commit

Permalink
Merge pull request #11179 from mingshewhe/bug_11146
Browse files Browse the repository at this point in the history
bug: 修复github pull request id越界 #11146
  • Loading branch information
bkci-bot authored Nov 4, 2024
2 parents f112694 + 02321e8 commit 719dbc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.tencent.devops.repository.sdk.github.pojo.PullRequestLabel
@JsonIgnoreProperties(ignoreUnknown = true)
data class PullRequestResponse(
val url: String,
val id: Int,
val id: Long,
@JsonProperty("node_id")
val nodeId: String,
@JsonProperty("html_url")
Expand Down

0 comments on commit 719dbc0

Please sign in to comment.