From bb785ba590bf0b593a95dcd13ca750f5c12d9365 Mon Sep 17 00:00:00 2001 From: yongyiduan Date: Thu, 27 Jul 2023 11:34:24 +0800 Subject: [PATCH] =?UTF-8?q?[stream]=20pr=20merge=20=E4=BC=9A=E5=87=BA?= =?UTF-8?q?=E9=94=99=20#9031?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/sdk/github/response/PullRequestFileResponse.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/ci/core/common/common-third-sdk/common-github-sdk/src/main/kotlin/com/tencent/devops/common/sdk/github/response/PullRequestFileResponse.kt b/src/backend/ci/core/common/common-third-sdk/common-github-sdk/src/main/kotlin/com/tencent/devops/common/sdk/github/response/PullRequestFileResponse.kt index 5736e919acc..36debc74c5b 100644 --- a/src/backend/ci/core/common/common-third-sdk/common-github-sdk/src/main/kotlin/com/tencent/devops/common/sdk/github/response/PullRequestFileResponse.kt +++ b/src/backend/ci/core/common/common-third-sdk/common-github-sdk/src/main/kotlin/com/tencent/devops/common/sdk/github/response/PullRequestFileResponse.kt @@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonProperty data class PullRequestFileResponse( val additions: Int, @JsonProperty("blob_url") - val blobUrl: String, + val blobUrl: String?, val changes: Int, @JsonProperty("contents_url") val contentsUrl: String,