chore: modify contributors template.
This commit is contained in:
parent
147bc3dd28
commit
18bf16646f
|
|
@ -18,6 +18,8 @@ jobs:
|
||||||
id: contributors
|
id: contributors
|
||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
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
|
avatarSize: 42
|
||||||
|
|
||||||
- name: Modify README.md
|
- name: Modify README.md
|
||||||
|
|
|
||||||
|
|
@ -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="小弟调调™"/>
|
<img src="https://avatars.githubusercontent.com/u/1680273?v=4" width="42;" alt="小弟调调™"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ZhuangZhu-74" title="ZhuangZhu-74">
|
<a href="https://github.com/ZhuangZhu-74" title="ZhuangZhu-74">
|
||||||
|
|
@ -693,7 +693,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/HDsky" title="黑&蛋">
|
<a href="https://github.com/HDsky" title="黑&蛋">
|
||||||
<img src="https://avatars.githubusercontent.com/u/17249963?v=4" width="42;" alt="黑&蛋"/>
|
<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) 自动生成
|
贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
<%- include('partial/header'); %>
|
<%- include('partial/header'); %>
|
||||||
<%- include('widget/search',{type: "list"}); %>
|
<%- include('widget/search',{type: "list"}); %>
|
||||||
<div class="contributors">
|
<div class="contributors">
|
||||||
<h1>Contributors</h1>
|
<h1>贡献者列表</h1>
|
||||||
<div><%-describe.contributors ? describe.contributors : '' %></div>
|
<div>
|
||||||
|
<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT--><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
|
||||||
|
</div>
|
||||||
<p>
|
<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>创建。
|
数据来源于 <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>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue