Skip to content

Commit

Permalink
👥 添加贡献者信息
Browse files Browse the repository at this point in the history
Signed-off-by: liutianqi <[email protected]>
  • Loading branch information
iTanken committed Dec 11, 2023
1 parent 1881e26 commit 0522a02
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: main

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contribute list in readme.md
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
# Size of square images in the stack
image_size: 100
# Path of the readme file you want to update
readme_path: "README.md "
# To use github-id instead of profile name
use_username: true
# Number of columns in a row
columns_per_row: 6
# Type of collaborators options: all/direct/outside
collaborators: all
# Commit message of the GitHub action
commit_message: "👥 自动更新 README 中的贡献者信息"
# Username on commit
committer_username: iTanken
# email id of committer
committer_email: [email protected]
# check if branch is protected
auto_detect_branch_protection: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,18 @@ func main() {
// do somethings
}
```
## Contributors
<!-- readme: jinzhu,miclle,stevefan1999-personal,zhangzetao,CengSin,dk333,dzwvip,iTanken,collaborators/- -start -->
<!-- readme: jinzhu,miclle,stevefan1999-personal,zhangzetao,CengSin,dk333,dzwvip,iTanken,collaborators/- -end -->
## LICENSE
[MIT license](./LICENSE)
- Copyright (c) 2022-present [iTanken](https://github.com/iTanken)
- Copyright (c) 2022 [dzwvip](https://github.com/dzwvip)
- Copyright (c) 2020 [CengSin](https://github.com/CengSin)
- Copyright (c) 2020 [Steve Fan](https://github.com/stevefan1999-personal)
- Copyright (c) 2020 [Jinzhu](https://github.com/jinzhu)

0 comments on commit 0522a02

Please sign in to comment.