Skip to content

Commit 9a5b23f

Browse files
author
Xiangyu Wang
authored
[skip ci]Update all-contributors (milvus-io#6358)
Signed-off-by: Xiangyu Wang <[email protected]>
1 parent 3387b07 commit 9a5b23f

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

.contributors

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"avatar_url": "https://avatars.githubusercontent.com/u/219938?v=4",
4+
"html_url": "https://github.com/sworddish",
5+
"login": "sworddish"
6+
}
7+
]
8+

.github/workflows/all-contributors.yaml

+24-7
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,42 @@ name: all-contributors
33
on:
44
schedule:
55
# * is a special character in YAML so you have to quote this string
6-
- cron: '10 9 * * *'
6+
# ┌───────────── minute (0 - 59)
7+
# │ ┌───────────── hour (0 - 23)
8+
# │ │ ┌───────────── day of the month (1 - 31)
9+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
10+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
11+
# │ │ │ │ │
12+
# │ │ │ │ │
13+
# │ │ │ │ │
14+
- cron: '0 * * * *'
715

816
jobs:
917
contributor:
1018
runs-on: ubuntu-latest
1119
steps:
1220
# Update README.md
13-
- uses: milvus-io/hero-bot@1.4
21+
- uses: milvus-io/hero-bot@1.11
1422
with:
23+
# Required
1524
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
1625
repos: 'milvus-io/milvus,bootcamp,community,docs,milvus-helm,milvus-sdk-go,milvus-sdk-java,milvus-sdk-node,milvus.io,pymilvus,pymilvus-orm'
17-
targetRepo: 'milvus-io/milvus'
18-
filePath: 'README.md'
26+
target: 'milvus-io/milvus'
27+
# Optional
28+
isAscend: True
29+
width: '30px'
30+
customUserConfig: 'milvus/.contributors'
1931

2032
# Update README_CN.md
21-
- uses: milvus-io/hero-bot@1.4
33+
- uses: milvus-io/hero-bot@1.11
2234
with:
2335
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
2436
repos: 'milvus-io/milvus,bootcamp,community,docs,milvus-helm,milvus-sdk-go,milvus-sdk-java,milvus-sdk-node,milvus.io,pymilvus,pymilvus-orm'
25-
targetRepo: 'milvus-io/milvus'
26-
filePath: 'README_CN.md'
37+
target: 'milvus-io/milvus'
38+
# Optional
39+
isAscend: True
40+
width: '30px'
41+
customUserConfig: 'milvus/.contributors'
42+
43+
2744

0 commit comments

Comments
 (0)