Skip to content

Commit

Permalink
docs: 增加贡献者名单
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Sep 11, 2023
1 parent 36e4b82 commit ad739f1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/readme-contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions: write-all
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 100
collaborators: all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
sync-to-hub:
permissions: write-all
permissions: read-all|write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ Y3VybCAnaHR0cHM6Ly93d3cuYmluZy5jb20vdHVyaW5nL2NvbnZlcnNhdGlvbi9jcmVhdGUnIFwgICAt
<image src="./docs/images/wechat2.jpg" width=200 />
</div>

## 贡献者

<!-- readme: <Happy-clo>,<SokWith>,collaborators,contributors -start -->
<!-- readme: <Happy-clo>,<SokWith>,collaborators,contributors -end -->

## License

Expand Down

0 comments on commit ad739f1

Please sign in to comment.