Skip to content

Automatize collaborators #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kamadorueda opened this issue Aug 13, 2022 · 1 comment
Open

Automatize collaborators #362

kamadorueda opened this issue Aug 13, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation Investigation May also include POC Learning Activity maintenance

Comments

@kamadorueda
Copy link
Member

I noticed that collaborators are updated by hand, however, this could be automatized by a GitHub Action, or any other periodic task

The easiest I can think of is simply running git log --format="%aN" --since="$(date -d1m --iso=d)" | sort | uniq and then push a commit with the changes to GitHub. That would give us the authors of commits in the repository since the last month, that file can then be linked to from the README, and can also keep track of the authors that contributed in a given month.

A more elaborated automatization would be using: https://github.com/ejwa/gitinspector

An even more elaborated version of this would be collecting stats from all the club projects, and offering badges like "Active club member Summer 2022" if certain criteria is met. This could also help motivate members to be more active, same as graduating "Cum Laude" or being in "the Den's list" motivates students to have good grades

@kamadorueda
Copy link
Member Author

@Niyousha99 Niyousha99 moved this to Todo in Website (Legacy) Jan 22, 2024
@Niyousha99 Niyousha99 added documentation Improvements or additions to documentation Learning Activity Investigation May also include POC maintenance labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Investigation May also include POC Learning Activity maintenance
Projects
Status: Todo
Development

No branches or pull requests

2 participants