From 50d5d6099006969eace9c5bd519e61e69f2aca7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=87=9B?= Date: Sun, 18 Feb 2024 14:05:46 +0800 Subject: [PATCH] docs: update --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9dfce9f..3c753b5 100644 --- a/README.md +++ b/README.md @@ -975,8 +975,8 @@ Find the current repository, the creator is k , the title contains `this` , the ```js [ - {number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', created: '', updated: ''}, - {number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', created: '', updated: ''}, + {number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', assignees: ['x1', 'x2'], created: '', updated: ''}, + {number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', assignees: ['x1', 'x2'], created: '', updated: ''}, ] ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index d9f70fc..0d1e05a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -977,8 +977,8 @@ jobs: ```js [ - {number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', created: '', updated: ''}, - {number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', created: '', updated: ''}, + {number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', assignees: ['x1', 'x2'], created: '', updated: ''}, + {number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', assignees: ['x1', 'x2'], created: '', updated: ''}, ] ```