Skip to content

Commit

Permalink
chore: modify contributors template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 13, 2022
1 parent 147bc3d commit 18bf166
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
id: contributors
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
avatarSize: 42

- name: Modify README.md
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命

一如既往,感谢我们出色的贡献者!

<!--GAMFC--><a href="https://github.com/jaywcjlove" title="小弟调调™">
<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT--><a href="https://github.com/jaywcjlove" title="小弟调调™">
<img src="https://avatars.githubusercontent.com/u/1680273?v=4" width="42;" alt="小弟调调™"/>
</a>
<a href="https://github.com/ZhuangZhu-74" title="ZhuangZhu-74">
Expand Down Expand Up @@ -693,7 +693,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
</a>
<a href="https://github.com/HDsky" title="黑&蛋">
<img src="https://avatars.githubusercontent.com/u/17249963?v=4" width="42;" alt="黑&蛋"/>
</a><!--GAMFC-END-->
</a><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->

贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成

Expand Down
6 changes: 4 additions & 2 deletions template/contributors.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<%- include('partial/header'); %>
<%- include('widget/search',{type: "list"}); %>
<div class="contributors">
<h1>Contributors</h1>
<div><%-describe.contributors ? describe.contributors : '' %></div>
<h1>贡献者列表</h1>
<div>
<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT--><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
</div>
<p>
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用<a href="https://github.com/jaywcjlove/github-action-contributors">action-contributors</a>创建。
</p>
Expand Down

0 comments on commit 18bf166

Please sign in to comment.