From 5065dd7f45d60a8fac857823c17d081530e2b8ef Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Fri, 9 Jan 2026 00:29:35 +0900 Subject: [PATCH] lexicons: `accept` should be an array of strings Change-Id: twmkvyrootrwpxkmwnnpwnltqslnltoo Signed-off-by: Seongmin Lee --- lexicons/pulls/pull.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lexicons/pulls/pull.json b/lexicons/pulls/pull.json index 8e5e7c9e..58b55aee 100644 --- a/lexicons/pulls/pull.json +++ b/lexicons/pulls/pull.json @@ -32,7 +32,9 @@ }, "patchBlob": { "type": "blob", - "accept": "text/x-patch", + "accept": [ + "text/x-patch" + ], "description": "patch content" }, "source": { -- 2.43.0