From 18bf16646ffcd6c60673f4d8f420c04d41c16922 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 13 Nov 2022 16:45:40 +0800 Subject: [PATCH] chore: modify contributors template. --- .github/workflows/ci.yml | 2 ++ README.md | 4 ++-- template/contributors.ejs | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afded40853..7929de7577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: id: contributors with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + openDelimiter: '' + closeDelimiter: '' avatarSize: 42 - name: Modify README.md diff --git a/README.md b/README.md index 3d7192a3a8..23e785498b 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命 一如既往,感谢我们出色的贡献者! - + 小弟调调™ @@ -693,7 +693,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命 黑&蛋 - + 贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成 diff --git a/template/contributors.ejs b/template/contributors.ejs index a799f612bb..040c3359e8 100644 --- a/template/contributors.ejs +++ b/template/contributors.ejs @@ -1,8 +1,10 @@ <%- include('partial/header'); %> <%- include('widget/search',{type: "list"}); %>
-

Contributors

-
<%-describe.contributors ? describe.contributors : '' %>
+

贡献者列表

+
+ +

数据来源于 GitHub Contributors,使用action-contributors创建。