Skip to content

Commit 18bf166

Browse files
committed
chore: modify contributors template.
1 parent 147bc3d commit 18bf166

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
id: contributors
1919
with:
2020
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
21+
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
22+
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
2123
avatarSize: 42
2224

2325
- name: Modify README.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
340340

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

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

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

template/contributors.ejs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<%- include('partial/header'); %>
22
<%- include('widget/search',{type: "list"}); %>
33
<div class="contributors">
4-
<h1>Contributors</h1>
5-
<div><%-describe.contributors ? describe.contributors : '' %></div>
4+
<h1>贡献者列表</h1>
5+
<div>
6+
<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT--><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
7+
</div>
68
<p>
79
数据来源于 <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>创建。
810
</p>

0 commit comments

Comments
 (0)