INRIA / spoon

Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.

Home Page:http://spoon.gforge.inria.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate updating generated content in README

slarse opened this issue · comments

Such as the list of contributors and the list of releases.

Isn't it a better idea to link the insights/contributors list? The list is available under two conditions - either the repository is public or the organization needs to upgrade to GitHub team, and we qualify the first the condition.

That was my thought too, but as @monperrus then pointed out, we have contributors that predate GitHub and thus aren't shown there.

we can have a CI job which detects if the list is outdated and automatically create a PR accordingly based on the output of chore/generate-contributor-list.py.