-
-
Notifications
You must be signed in to change notification settings - Fork 2
Create a GitHub App that does janitorial work on the tracks #96
Comments
Please use
Please don't. README and exercise might diverge then. This is actually one of the reasons why we put the READMEs into the repository.
Reasonable, but should IMHO be done by whomever changes the template.
dito |
PS: the last 2 items (local changes that make rebuilding READMEs necessary) could even be checked by For the remaining item I were happy about a tool which warns me when canonical stuff changes but not force me to pick those changes up right now. |
@NobbZ these are good observations. I'm trying to figure out what automation would actually help. I'm not sold on any of the suggestions I've made. |
I've thought more about this and agree with @NobbZ that these are not a good approach. I have another idea that I'm going to open an issue for. |
I'm not sure what would be useful, but here are some of the things that I'm considering.
trigger: a PR is submitted that changes a config file
action: run
configlet fmt
trigger: the description.md or metadata.yml in problem-specifications changes
action: regenerate the exercise README for all tracks that implement the exercise and submit a pull request
trigger: any of the readme templates change in a track
action: regenerate the exercise READMEs for all the exercises in the track and submit a pull request
trigger: a .meta/description.md or .meta/metadata.yml within an exercise changes
action: regenerate the README for that exercise
The text was updated successfully, but these errors were encountered: