From 15d05b88cb614563ed0fd38f50314845e953ec62 Mon Sep 17 00:00:00 2001 From: Nathan Na <32248549+Zhenye-Na@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:41:36 +0000 Subject: [PATCH] Feature: add world map of contributors to shardingsphere project --- .github/workflows/nightly-build.yml | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 31c343584dc20..97a903c4e1909 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -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 diff --git a/README.md b/README.md index aae761982ebe5..0561966734e79 100644 --- a/README.md +++ b/README.md @@ -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