From 549583781e567ca0d9abba0160ab4255921f1cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Tue, 24 Aug 2021 14:28:44 +0800 Subject: [PATCH] fix: rename yangyang0825 to yangyang825 --- .all-contributorsrc | 8 ++++---- .github/CODEOWNERS | 2 +- README.md | 4 ++-- vscode.d.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a0db37ac..f1edf49d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -105,10 +105,10 @@ ] }, { - "login": "yangyang0825", - "name": "yangyang0825", - "avatar_url": "https://avatars.githubusercontent.com/u/59153341?v=4", - "profile": "https://github.com/yangyang0825", + "login": "yangyang825", + "name": "yangyang825", + "avatar_url": "https://avatars.githubusercontent.com/u/84166052?v=4", + "profile": "https://github.com/yangyang825", "contributions": [ "translation" ] diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b358a361..5434b99f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,4 +6,4 @@ # @youngjuning will be requested for review when someone opens a pull request. * @youngjuning -/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 @cxk0831 @yangyang0825 +/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 @cxk0831 @yangyang825 diff --git a/README.md b/README.md index 03b80581..94485485 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode - [x] authentication @cxk0831 - [x] commands @Imchenlong -- [x] comments @yangyang0825 +- [x] comments @yangyang825 - [x] debug @youngjuning - [x] evn @Saber2pr - [x] extensions @pan463859 @@ -65,7 +65,7 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode
Xiyuan Zheng

🌍
Liuqh233

🌍
竹雨

🌍 -
yangyang0825

🌍 +
yangyang825

🌍 diff --git a/vscode.d.ts b/vscode.d.ts index 47cada54..e25f69ae 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -13595,7 +13595,7 @@ export interface CommentController { /** * 用于处理注释的命名空间 - * @maintainer {@link https://github.com/yangyang0825 @yangyang0825} + * @maintainer {@link https://github.com/yangyang825 @yangyang825} */ namespace comments { /**