-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automation Proposal: Generate Summary Readme (#937)
- Loading branch information
1 parent
4996fa2
commit 653b417
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Course automation: Generate Summary Readme on Category Folders | ||
|
||
## Members | ||
|
||
Félix Fonteneau ([email protected]) | ||
GitHub: [Félix](https://github.com/FelixFonteneau) | ||
|
||
## Proposal | ||
|
||
I would like to create an automation that generate a summary readme for each category folder, based on the content of the contributions, and update when new project | ||
|
||
For this, I will do a a Github action on pushes that: | ||
|
||
- Check if a new contribution folder is pushed in one category folder or an update in these folders | ||
- Retrieve the information of the contribution (e.g. the contributors, the status, a summary (if possible)... ) | ||
- Update the readme of the contribution directory (demo or essay) |