Skip to content

Commit

Permalink
Feature: add world map of contributors to shardingsphere project (#28588
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Zhenye-Na authored Oct 8, 2023
1 parent 6f5b985 commit 84522b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,14 @@ jobs:
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}

generate-contributors-map-image:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Contributor Map
uses: tunaitis/contributor-map@v1
with:
repository: apache/shardingsphere
output: docs/contributor-map.svg
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
|:---------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| [![Stargazers Over Time](https://starchart.cc/apache/shardingsphere.svg)](https://starchart.cc/apache/shardingsphere) | [![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/shardingsphere)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/shardingsphere) |

![Contributors Map](./docs/contributor-map.svg)

### OVERVIEW

<hr>
Expand Down

0 comments on commit 84522b1

Please sign in to comment.