Create Python script to grab details from all NextCommunity repos
We want a simple file with one row for each contributor:
- total commits
- name
- username
To Run on cron with actions once every day.
This script will create a leaderboard on our org homepage:
https://github.com/NextCommunity/.github/blob/main/profile/README.md
Put the leaderboard under the current content.
So the Python script and workflow file will need to run in this repo:
https://github.com/NextCommunity/.github
Create Python script to grab details from all NextCommunity repos
We want a simple file with one row for each contributor:
To Run on cron with actions once every day.
This script will create a leaderboard on our org homepage:
https://github.com/NextCommunity/.github/blob/main/profile/README.md
Put the leaderboard under the current content.
So the Python script and workflow file will need to run in this repo:
https://github.com/NextCommunity/.github